From f93978aba486bf0fea8d9ee857d014a02f3f7d96 Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 6 Feb 2026 03:39:53 +0500 Subject: wi[ --- FL/Fl_Tree_Item.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Tree_Item.H') diff --git a/FL/Fl_Tree_Item.H b/FL/Fl_Tree_Item.H index 620fb7dc5..ba5188219 100644 --- a/FL/Fl_Tree_Item.H +++ b/FL/Fl_Tree_Item.H @@ -52,7 +52,7 @@ /// /// New 1.3.3 ABI feature: /// You can define custom items by either adding a custom widget to the item -/// with Fl_Tree_Item::widget(), or override the draw_item_content() method +/// with Fl_Tree_Item::widget(), or the draw_item_content() method /// if you want to just redefine how the label is drawn. /// /// The following shows the Fl_Tree_Item's dimensions, useful when overriding @@ -181,7 +181,7 @@ public: } /// Return item's label background text color. /// If the color is 0xffffffff, the default behavior is the parent tree's - /// bg color will be used. (An overloaded draw_item_content() can override + /// bg color will be used. (An overloaded draw_item_content() can /// this behavior.) Fl_Color labelbgcolor() const { return(_labelbgcolor); -- cgit v1.2.3