Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 13, 2024
2 parents 676ac18 + 2bad9ae commit 2461288
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions haxe/ui/containers/Panel.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ class Panel extends VBox {
return super.set_percentHeight(value);
}

public override function set_percentWidth(value:Null<Float>):Null<Float> {
contentContainer.percentWidth = 100;
return super.set_percentWidth(value);
}

#if (haxeui_openfl || haxeui_nme || haxeui_flixel)

public override function set_width(value:Float):Float {
Expand Down

0 comments on commit 2461288

Please sign in to comment.