summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 76dd1105..a4929f51 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -1265,7 +1265,7 @@ void draw_MainWindow(iMainWindow *d) {
1265 if (root) { 1265 if (root) {
1266 /* Some widgets may need a just-in-time visual update. */ 1266 /* Some widgets may need a just-in-time visual update. */
1267 notifyVisualOffsetChange_Root(root); 1267 notifyVisualOffsetChange_Root(root);
1268 root->didOverflowScroll = iFalse; 1268 root->didChangeArrangement = iFalse;
1269 } 1269 }
1270 } 1270 }
1271 if (isExposed_Window(w)) { 1271 if (isExposed_Window(w)) {