diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-04-15 15:28:31 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-04-15 15:28:37 +0200 |
| commit | 219c623b4b822e1a6ccc524a184c49ad838c6647 (patch) | |
| tree | 94450d7230b774e2542b0ad555eeb7106286a9c3 /fluid/tools | |
| parent | fc91880faf7968432710e439e77ef067759d16fc (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/tools')
| -rw-r--r-- | fluid/tools/autodoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/tools/autodoc.cxx b/fluid/tools/autodoc.cxx index d7d8b14e4..ee9f289b0 100644 --- a/fluid/tools/autodoc.cxx +++ b/fluid/tools/autodoc.cxx @@ -27,13 +27,13 @@ #include "panels/function_panel.h" #include "panels/settings_panel.h" #include "panels/codeview_panel.h" +#include "widgets/App_Menu_Bar.h" #include "widgets/Node_Browser.h" #include <FL/Enumerations.H> #include <FL/fl_draw.H> #include <FL/Fl_Image_Surface.H> #include <FL/Fl_PNG_Image.H> -#include <FL/Fl_Menu_Bar.H> extern Fl_Double_Window *settings_window; |
