From 9ca4aed1fa13df227ddebe4fed4353d9156ab414 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 2 Nov 2023 15:18:03 +0100 Subject: FLUID: Adds more interactive editing to Fl_Grid * this commit introduces a few FIXMEs and TODOs that probably can't be solved until we do some major refactoring. They work for now, but adding more layout controlling widgets will be hard. --- fluid/factory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/factory.cxx') diff --git a/fluid/factory.cxx b/fluid/factory.cxx index 599fff25b..cd25e96df 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -1205,7 +1205,7 @@ Fl_Type *add_new_widget_from_user(Fl_Type *inPrototype, Strategy strategy) { && (layout->top_tabs_margin > 0)) { // If the widget is a group and the parent is tabs and the top tabs // margin is set (and the user is not requesting a specific position) - // then prefit the group correctly to the Tabs container. + // then prefit the group correctly to the Tabs container. Fl_Widget *po = ((Fl_Tabs_Type*)wt->parent)->o; wt->o->resize(po->x(), po->y() + layout->top_tabs_margin, po->w(), po->h() - layout->top_tabs_margin); -- cgit v1.2.3