summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Scroll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Scroll.cxx b/src/Fl_Scroll.cxx
index e32c5bda5..769f88728 100644
--- a/src/Fl_Scroll.cxx
+++ b/src/Fl_Scroll.cxx
@@ -424,7 +424,7 @@ void Fl_Scroll::draw() {
}
// draw the scrollbars:
- if (d & FL_DAMAGE_ALL) {
+ if ((d & FL_DAMAGE_ALL) || scale != int(scale)) {
draw_child(scrollbar);
draw_child(hscrollbar);
if (scrollbar.visible() && hscrollbar.visible()) {