Sfoglia il codice sorgente

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

master
Bert Münnich 13 anni fa
parent
commit
9d74a57447
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      commands.c

+ 1
- 1
commands.c Vedi File

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


||||||
x
 
000:0
Loading…
Annulla
Salva