We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b61e94 commit 1dc7b1fCopy full SHA for 1dc7b1f
haxe/ui/containers/TabView.hx
@@ -75,7 +75,7 @@ private class Layout extends DefaultLayout {
75
76
var tabsWidthModifier:Float = 0;
77
if (tabs.style == null) {
78
- tabs.validateNow();
+ //tabs.validateNow();
79
}
80
if (tabs.marginRight != null) {
81
tabsWidthModifier = tabs.marginRight;
0 commit comments