summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-05 18:36:59 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-05 18:36:59 +0000
commit90590eb8b5eb3c3e7e8f1bc2e451264461133831 (patch)
tree85d73cd457018359bf614ead2c1a8ec14da70f0a /CHANGES
parent3124794f1fe6e7a5e0e201f6a3e773ed58ad1e5e (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d4bb43a3e..6b2df107a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)