summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-09-23 15:28:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-09-23 15:28:09 +0000
commitb04788a189a3cbead8974b69756a0b6fe081ba18 (patch)
treeaf188d6217b940a593fc573676959e5af6f572a1 /CHANGES
parentf0180536b39921f7c5828351b12777a82b55fb4f (diff)
Check buttons did not redraw properly with box() set to FL_NO_BOX
(STR #1440) src/Fl_Button.cxx: - Fl_Button::value(): Use redraw_label() if box() is not set. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5482 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f0bec0638..a4dede7eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Check buttons did not redraw properly with box() set to
+ FL_NO_BOX (STR #1440)
- Added the Bluecurve-inspired scheme "gtk+".
- Implemented alpha blending for WIN32
- Updated documentation (STR #1420, STR #1421)