mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
@@ -37,6 +37,9 @@ CHANGES IN FLTK 1.3.4 RELEASED: ??? ?? ????
|
||||
- Restored window background drawing, particularly the 'plastic'
|
||||
scheme's background (STR #3059). This was a regression since
|
||||
FLTK 1.3.0.
|
||||
- Fixed possible bad border effect when a set of radio menu items
|
||||
is located first in its menu (STR #3176): Fl_Menu_Item::set_only()
|
||||
is deprecated and replaced by Fl_Menu_::set_only(Fl_Menu_item*).
|
||||
|
||||
|
||||
CHANGES IN FLTK 1.3.3 RELEASED: Nov 03 2014
|
||||
|
||||
Reference in New Issue
Block a user