1
0
Fork 0

src/GUI/new_gui.cxx: disable rescan of style files because causes problems.

This commit is contained in:
Julian Smith 2020-11-02 10:51:39 +00:00
parent 6c1387e35b
commit cf55c5f4f5

View file

@ -441,7 +441,7 @@ NewGUI::setStyle (void)
//puSetDefaultStyle();
if (1) {
if (0) {
// Re-read gui/style/*.xml files so that one can edit them and see the
// results without restarting flightgear.
SGPath p(globals->get_fg_root(), "gui/styles");