Skip to content

Commit

Permalink
fix: Size buttons not being present on the Animated Rendering
Browse files Browse the repository at this point in the history
---

For some reason I had them disabled.

See #20

Signed-off-by: AterAnimAvis <AterAnimAvis@gmail.com>
  • Loading branch information
AterAnimAvis committed Feb 14, 2021
1 parent e2eeaa1 commit 06b5654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ public void init() {

slider.y = height / 6 + 50;
actualSize.y = height / 6 + 50;
actualSize.visible = enableSwitch;
wikiSize.y = height / 6 + 50;
wikiSize.visible = enableSwitch;

addButton(new HoverableTinyButtonWidget(
this,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ public void init() {

slider.y = height / 6 + 50;
actualSize.y = height / 6 + 50;
actualSize.visible = enableSwitch;
wikiSize.y = height / 6 + 50;
wikiSize.visible = enableSwitch;

addButton(new HoverableTinyButtonWidget(
this,
Expand Down

0 comments on commit 06b5654

Please sign in to comment.