From 9817536cfd4a9ea8d9bb5ef41580a5ba3d254911 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 20 Oct 2023 19:00:42 +0200 Subject: FLUID: basic Fl_Grid support * no settings for children yet * ne good interactive editing for children --- fluid/file.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/file.cxx') diff --git a/fluid/file.cxx b/fluid/file.cxx index d58995550..a62294203 100644 --- a/fluid/file.cxx +++ b/fluid/file.cxx @@ -403,7 +403,7 @@ int Fd_Project_Reader::read_project(const char *filename, int merge, Strategy st Fl_Type::current = 0; // Force menu items to be rebuilt... for (o = Fl_Type::first; o; o = o->next) { - if (o->is_a(Fl_Type::ID_Menu_Manager_)) { + if (o->is_a(ID_Menu_Manager_)) { o->add_child(0,0); } } -- cgit v1.2.3