From 9d74a57447207097f94e62f002c5c306d8cc65cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Mon, 14 May 2012 21:45:24 +0200 Subject: [PATCH] Fixed issue #51, no more bar artifact when switching to fullscreen --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;