Fixed issue #51, no more bar artifact when switching to fullscreen

pull/12/head
Bert Münnich 12 years ago
parent 60f84190f0
commit 9d74a57447

@ -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;

Loading…
Cancel
Save