summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-11-29 00:06:33 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-11-29 00:06:33 +0000
commit2ef3b39c6a100cf6b73828e7c7bf7f2b001a798c (patch)
tree651f6c7a2e2ea86934b7a5f986df35355a1ed56d /CHANGES
parent91bb8bce1f1156712ca01e52ea0f9b27f82e4804 (diff)
Fix FL_PUSH event handling of Fl_Check_Browser (STR #3004).
Test if the FL_PUSH event is inside the widget area and inside the scrollbars (if scrollbars are visible). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13138 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 586694c68..d699590bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -142,6 +142,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
Bug Fixes
- (add new items here)
+ - Fix FL_PUSH event handling of Fl_Check_Browser (STR #3004).
- Fix a potential crash when a program exits before it opens a window
(Windows only, STR #3484).
- Fix Fl_PNG_Image error handling. An error was potentially caused