Skip to content

Commit 9b51528

Browse files
committed
force validation of just the component style
1 parent 1dc7b1f commit 9b51528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haxe/ui/containers/TabView.hx

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

7676
var tabsWidthModifier:Float = 0;
7777
if (tabs.style == null) {
78-
//tabs.validateNow();
78+
tabs.invalidateComponentStyle();
79+
@:privateAccess tabs.validateComponentStyle();
7980
}
8081
if (tabs.marginRight != null) {
8182
tabsWidthModifier = tabs.marginRight;

0 commit comments

Comments
 (0)