Skip to content

Commit

Permalink
dont validateNow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jan 12, 2025
1 parent 8b61e94 commit 1dc7b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/containers/TabView.hx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private class Layout extends DefaultLayout {

var tabsWidthModifier:Float = 0;
if (tabs.style == null) {
tabs.validateNow();
//tabs.validateNow();
}
if (tabs.marginRight != null) {
tabsWidthModifier = tabs.marginRight;
Expand Down

0 comments on commit 1dc7b1f

Please sign in to comment.