diff options
author | Bert Münnich <be.muennich@googlemail.com> | 2012-05-14 21:45:24 +0200 |
---|---|---|
committer | Bert Münnich <be.muennich@googlemail.com> | 2012-05-14 21:45:24 +0200 |
commit | 9d74a57447207097f94e62f002c5c306d8cc65cf (patch) | |
tree | 4b140abd272c2b86d2a935b4e405d89600061c55 | |
parent | 60f84190f0baae527c04db70c50a7b020fd8e165 (diff) |
Fixed issue #51, no more bar artifact when switching to fullscreen
-rw-r--r-- | commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |