summaryrefslogtreecommitdiffstats
path: root/Drawer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Drawer.h')
-rw-r--r--Drawer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Drawer.h b/Drawer.h
index 236c72a..b471f1f 100644
--- a/Drawer.h
+++ b/Drawer.h
@@ -76,7 +76,7 @@ class Drawer {
}
void update() {
- gtk_widget_queue_draw(drawingArea);
+ updateScrollbars();
}
};