summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index a27673a..4d35c60 100644
--- a/commands.c
+++ b/commands.c
@@ -79,7 +79,7 @@ bool it_toggle_fullscreen(arg_t a) {
/* redraw after next ConfigureNotify event */
set_timeout(redraw, TO_REDRAW_RESIZE, false);
if (mode == MODE_IMAGE)
- img.checkpan = true;
+ img.checkpan = img.dirty = true;
else
tns.dirty = true;
return false;