summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index 3aa85b048..d6af4db2b 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1649,6 +1649,9 @@ Fl_Menu_Item Main_Menu[] = {
extern void fill_in_New_Menu();
void scheme_cb(Fl_Choice *, void *) {
+ if (compile_only)
+ return;
+
switch (scheme_choice->value()) {
case 0 : // Default
Fl::scheme(NULL);