summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-05 18:46:32 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-05 18:46:32 +0000
commit9527fee96d47a62a7e3e394478effa9d7ebe2008 (patch)
treebce575886aab4c4060e9c895f9c850fcad908705 /CHANGES
parent90590eb8b5eb3c3e7e8f1bc2e451264461133831 (diff)
FLUID didn't update the widget panel X/Y/W/H values when moving
the selected window (STR #701) fluid/Fl_Window_Type.cxx: - Fl_Window_Type::resize(): call update_xywh() on resize. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4012 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 6b2df107a..ba7bff52e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.7
+ - FLUID didn't update the widget panel X/Y/W/H values
+ when moving the selected window (STR #701)
- FLUID didn't use the label type constant names for
menu items, causing them to be drawn using the normal
label type (STR #668)