summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-12-03 02:51:03 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-12-03 02:51:03 +0000
commit416ff7f24ef0f2c1b9f3d1118366a0d33124ac1a (patch)
treea0da36b851f1f2d19a962c98cd599185e51bf0cd /CHANGES
parent0184365c807d9ca2b414ff52d7d5c1b36e1e4d30 (diff)
Fl_Shared_Image::reload() didn't set the image_ pointer properly
in all cases (STR #632) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3929 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 8ea76ca80..c324d1f4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.7
+ - Fl_Shared_Image::reload() didn't set the image_
+ pointer properly in all cases (STR #632)
- Fl_Help_View::topline() incorrectly set the changed()
flag (STR #631)
- Fl_Choice::value() now supports NULL or -1 to deselect