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;