浏览代码

Fix the grow/shrink buttons not updating the sidebar

tags/v0.1.0
Fen Dweller 6 年前
父节点
当前提交
c85f63be5e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js 查看文件

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


正在加载...
取消
保存