diff options
| author | James Palmer <jamasan@gmail.com> | 2021-12-12 14:55:20 -0700 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2021-12-13 12:06:07 +0100 |
| commit | a802aaeb170e3c233c5d92ae29d8703a0b9c2768 (patch) | |
| tree | 93488522c7dbf330f6e5af2d1027d680573ce08d /fluid/Fl_Window_Type.h | |
| parent | 3565aa1e60833a9e547a014081af5915a2e2732b (diff) | |
Fluid: "Widget Class" subclasses Group but incorrectly shows Window subtypes.
Diffstat (limited to 'fluid/Fl_Window_Type.h')
| -rw-r--r-- | fluid/Fl_Window_Type.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index 4067d03f9..5868e2576 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -99,6 +99,9 @@ public: }; class Fl_Widget_Class_Type : private Fl_Window_Type { +protected: + Fl_Menu_Item* subtypes() {return 0;} + public: Fl_Widget_Class_Type() { write_public_state = 0; |
