DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Active]

Link: http://www.fltk.org/str.php?L2886
Version: 1.3-current


Can you try the attached patch-v1.diff and let me know if that solves it?


Link: http://www.fltk.org/str.php?L2886
Version: 1.3-current
Index: src/Fl_Browser_.cxx
===================================================================
--- src/Fl_Browser_.cxx (revision 9719)
+++ src/Fl_Browser_.cxx (working copy)
@@ -423,6 +423,7 @@
     fl_pop_clip();
   }
   fl_pop_clip();
+  fl_push_clip(x(),y(),w(),h());
   redraw1 = redraw2 = 0;
 
   if (!dont_repeat) {
@@ -474,6 +475,7 @@
   }
 
   real_hposition_ = hposition_;
+  fl_pop_clip();
 }
 
 // Quick way to delete and reset everything:
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to