From a841de469c071cfdccb8ac00003584c95a2a4f2e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 26 May 2003 01:39:53 +0000 Subject: Fix STR 27 - double-click in file chooser followed by single click was treated as another double-click (actually triple click, but the effect was the same...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2998 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4e0c4dbaf..c6be61f4e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ CHANGES IN FLTK 1.1.4 + - The file chooser did not reset the click count when + changing directories; if you clicked on a file in the + same position after changing directories with a + double- click, the chooser treated it as a triple + click (STR #27) - Symbols with outlines did not get drawn inactive. - The Fl_Help_View widget now provides a find() method to search for text within the page. -- cgit v1.2.3