summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-03-22 07:08:04 +0000
committerManolo Gouy <Manolo>2015-03-22 07:08:04 +0000
commitd4867caf80b070541d975bc72136db317cd58c27 (patch)
tree937a8705c73a40ad8918054107d9c21bec73d84e /FL
parent78852b1724aeaf50830e893e62753dbc8fe22e83 (diff)
Fix STR #3176: possible bad border effect when a set of radio menu items is located first in its menu.
Fl_Menu_Item::set_only() is deprecated and replaced by Fl_Menu_::set_only(Fl_Menu_item*). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10647 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Menu_.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H
index 7eb37cda7..5b6f5984e 100644
--- a/FL/Fl_Menu_.H
+++ b/FL/Fl_Menu_.H
@@ -176,6 +176,7 @@ public:
Fl_Color down_color() const {return selection_color();}
/** For back compatibility, same as selection_color() */
void down_color(unsigned c) {selection_color(c);}
+ void setonly(Fl_Menu_Item* item);
};
#endif