Author: greg.ercolano
Date: 2012-12-05 09:17:31 -0800 (Wed, 05 Dec 2012)
New Revision: 9737
Log:
Fixes for Manolo's reopen of STR#2886.
Modified:
branches/branch-1.3/src/Fl_Browser_.cxx
Modified: branches/branch-1.3/src/Fl_Browser_.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Browser_.cxx 2012-12-05 14:53:03 UTC (rev
9736)
+++ branches/branch-1.3/src/Fl_Browser_.cxx 2012-12-05 17:17:31 UTC (rev
9737)
@@ -434,15 +434,15 @@
full_width_ = full_width();
if ((has_scrollbar_ & VERTICAL) &&
((has_scrollbar_ & ALWAYS_ON) || position_ || full_height_>H)) {
- if (!scrollbar.visible()) { damage(FL_DAMAGE_ALL); goto J1; }
+ if (!scrollbar.visible()) { damage(FL_DAMAGE_ALL); fl_pop_clip(); goto
J1; }
} else {
- if (scrollbar.visible()) { damage(FL_DAMAGE_ALL); goto J1; }
+ if (scrollbar.visible()) { damage(FL_DAMAGE_ALL); fl_pop_clip(); goto
J1; }
}
if ((has_scrollbar_ & HORIZONTAL) &&
((has_scrollbar_ & ALWAYS_ON) || hposition_ || full_width_>W)) {
- if (!hscrollbar.visible()) { damage(FL_DAMAGE_ALL); goto J1; }
+ if (!hscrollbar.visible()) { damage(FL_DAMAGE_ALL); fl_pop_clip(); goto
J1; }
} else {
- if (hscrollbar.visible()) { damage(FL_DAMAGE_ALL); goto J1; }
+ if (hscrollbar.visible()) { damage(FL_DAMAGE_ALL); fl_pop_clip(); goto
J1; }
}
}
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit