Skip to content

Commit 1dc7b1f

Browse files
committed
dont validateNow
1 parent 8b61e94 commit 1dc7b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haxe/ui/containers/TabView.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private class Layout extends DefaultLayout {
7575

7676
var tabsWidthModifier:Float = 0;
7777
if (tabs.style == null) {
78-
tabs.validateNow();
78+
//tabs.validateNow();
7979
}
8080
if (tabs.marginRight != null) {
8181
tabsWidthModifier = tabs.marginRight;

0 commit comments

Comments
 (0)