Skip to content

Commit

Permalink
dont auto show / hide sub components
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 27, 2024
1 parent af55944 commit 2948830
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 2948830

Please sign in to comment.