소스 검색

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


불러오는 중...
취소
저장