From cf55c5f4f5e9ef06dd765a6fe46c59ea3d586553 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Mon, 2 Nov 2020 10:51:39 +0000 Subject: [PATCH] src/GUI/new_gui.cxx: disable rescan of style files because causes problems. --- src/GUI/new_gui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/new_gui.cxx b/src/GUI/new_gui.cxx index 72a43906d..a81d3d5c6 100644 --- a/src/GUI/new_gui.cxx +++ b/src/GUI/new_gui.cxx @@ -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");