src/GUI/new_gui.cxx: disable rescan of style files because causes problems.
This commit is contained in:
parent
6c1387e35b
commit
cf55c5f4f5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue