Browse Source

Update entity/view options when selecting a preset size

tags/v0.0.6
Fen Dweller 6 years ago
parent
commit
4f80262c18
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      macrovision.js

+ 2
- 0
macrovision.js View File

@@ -402,6 +402,8 @@ function configEntityOptions(entity, view) {


button.addEventListener("click", e => { button.addEventListener("click", e => {
entity.views[entity.defaultView].height = defaultInfo.height; entity.views[entity.defaultView].height = defaultInfo.height;
updateEntityOptions(entity, view);
updateViewOptions(entity, view);
updateSizes(); updateSizes();
}); });




Loading…
Cancel
Save