mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
FLUID didn't use the label type constant names for menu items,
causing them to be drawn using the normal label type (STR #668) fluid/Fl_Menu_Type.cxx: - Use FL_*_LABEL constants instead of numeric label types in menu items. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4011 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
CHANGES IN FLTK 1.1.7
|
||||
|
||||
- FLUID didn't use the label type constant names for
|
||||
menu items, causing them to be drawn using the normal
|
||||
label type (STR #668)
|
||||
- Fl_File_Chooser was slow with large directories (STR
|
||||
#654)
|
||||
- FLUID didn't add xclass() calls to windows (STR #718)
|
||||
|
||||
Reference in New Issue
Block a user