Skip to content

Commit

Permalink
Revert "dont auto show / hide sub components"
Browse files Browse the repository at this point in the history
This reverts commit 2948830.
  • Loading branch information
ianharrigan committed Jul 28, 2024
1 parent 2948830 commit beb97de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haxe/ui/core/ItemRenderer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ class ItemRenderer extends Box {
setComponentProperty(c, v, property);
}

//c.show();
c.show();
} else if (c != null) {
//c.hide();
c.hide();
} else if (f != "id" && f != "layout") {
try {
Reflect.setProperty(this, f, v);
Expand Down

0 comments on commit beb97de

Please sign in to comment.