Author: dejan
Date: 2007-11-15 22:51:32 -0800 (Thu, 15 Nov 2007)
New Revision: 5975
Log:
Applied patch from STR#1557. Thanks to "huubs" for noticing the problem, and
Andrei Ivushkin for sending the patch (no matter how trivial it is).


Modified:
   trunk/src/FileBrowser.cxx

Modified: trunk/src/FileBrowser.cxx
===================================================================
--- trunk/src/FileBrowser.cxx   2007-11-15 08:51:17 UTC (rev 5974)
+++ trunk/src/FileBrowser.cxx   2007-11-16 06:51:32 UTC (rev 5975)
@@ -118,6 +118,7 @@
     return (0);
 
   clear();
+  yposition(0);
   directory_ = directory;
 
   if (directory_[0] == '\0')

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to