summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-02-24 20:17:08 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-02-24 20:17:08 +0000
commit36402b7fe5ed6aa6912e80f05186a24cbc48cea2 (patch)
treedb061d4a54b03bb911c66911d857f9a33e435dfc /CHANGES
parent5b0aae2e871fac79f58572b7e8f68a5bbd3d0914 (diff)
Fl_Browser::swap() didn't handle redraws properly when the
swapped lines had different heights (STR #729) src/Fl_Browser.cxx: - Fl_Browser::swap(): call redraw_lines() instead of redrawing individual lines. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4046 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 4cb2f5646..aec6cdfc5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
CHANGES IN FLTK 1.1.7
- Documentation fixes (STR #648, STR #692)
+ - Fl_Browser::swap() didn't handle redraws properly when
+ the swapped lines had different heights (STR #729)
- FL_MOUSEWHEEL events are now sent first to the widget
under the mouse pointer and then to the first widget
which accepts them. This is similar to the way