Procházet zdrojové kódy

Fix the grow/shrink buttons not updating the sidebar

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
c85f63be5e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js Zobrazit soubor

@@ -1311,6 +1311,8 @@ function doSize() {
const oldHeight = entity.views[entity.view].height;
entity.views[entity.view].height = math.multiply(oldHeight, 1 + sizeDirection/20);
entity.dirty = true;
updateEntityOptions(entity, entity.view);
updateViewOptions(entity, entity.view);
updateSizes(true);
sizeDirection *= 1.05;
}


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