From a802aaeb170e3c233c5d92ae29d8703a0b9c2768 Mon Sep 17 00:00:00 2001 From: James Palmer Date: Sun, 12 Dec 2021 14:55:20 -0700 Subject: Fluid: "Widget Class" subclasses Group but incorrectly shows Window subtypes. --- fluid/Fl_Window_Type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fluid/Fl_Window_Type.h') 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; -- cgit v1.2.3