summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-04-09 21:17:01 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-04-09 21:17:01 +0000
commitbab08d83474324d88ebaea15e7e88ffb7c69b64a (patch)
tree638fb60b2bf06bc553dc541a3c543010b3291f9d /CHANGES
parent77a3b80dff7dbd282c240bfb329f0a93c9ada4aa (diff)
Hopefully fix the WIN32 resize on move bug.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2063 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 2bb4f87db..513e725b3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.0b13
+ - Windows resized by a program would revert to their
+ original size when moved under WIN32.
- Cygwin can only compile the new WIN32 drag-n-drop code
using GCC 3.x.
- Tooltips now appear for inactive and output widgets.