Skip to content

Commit

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

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

0 comments on commit 9b51528

Please sign in to comment.