Procházet zdrojové kódy

Fixed rendering after fit win to img

master
Bert Münnich před 14 roky
rodič
revize
c4007beb2e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      commands.c

+ 1
- 0
commands.c Zobrazit soubor

@@ -314,6 +314,7 @@ bool i_fit_to_img(arg_t a) {
if ((ret = win_moveresize(&win, x, y, w, h))) {
img.x = x - win.x;
img.y = y - win.y;
img.dirty = true;
}
}
return ret;


Načítá se…
Zrušit
Uložit