summaryrefslogtreecommitdiff
path: root/fluid/app/shell_command.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-04-15 15:28:31 +0200
committerMatthias Melcher <github@matthiasm.com>2025-04-15 15:28:37 +0200
commit219c623b4b822e1a6ccc524a184c49ad838c6647 (patch)
tree94450d7230b774e2542b0ad555eeb7106286a9c3 /fluid/app/shell_command.cxx
parentfc91880faf7968432710e439e77ef067759d16fc (diff)
Fluid: hiding MergeBack form the main menu.
Hiding menuitem if option is not available. Also testing the new FL_BEFORE_MENU event.
Diffstat (limited to 'fluid/app/shell_command.cxx')
-rw-r--r--fluid/app/shell_command.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/app/shell_command.cxx b/fluid/app/shell_command.cxx
index 3bb252cae..e0080dfd5 100644
--- a/fluid/app/shell_command.cxx
+++ b/fluid/app/shell_command.cxx
@@ -102,9 +102,9 @@
#include "io/Project_Reader.h"
#include "io/Project_Writer.h"
#include "panels/settings_panel.h"
+#include "widgets/App_Menu_Bar.h"
#include <FL/Fl_Double_Window.H>
-#include <FL/Fl_Menu_Bar.H>
#include <FL/fl_message.H>
#include <FL/fl_string_functions.h>