Skip to content

Commit

Permalink
Merge pull request #648 from swordcube/master
Browse files Browse the repository at this point in the history
Fix compiling errors with haxeui-flixel
  • Loading branch information
ianharrigan authored Oct 21, 2024
2 parents 35c0a1a + 4675b6e commit 390f470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/containers/Panel.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Panel extends VBox {
return super.set_percentHeight(value);
}

#if ((haxeui_openfl || haxeui_nme) && !haxeui_flixel)
#if (haxeui_openfl || haxeui_nme || haxeui_flixel)

public override function set_height(value:Float):Float {
contentContainer.percentHeight = 100;
Expand Down

0 comments on commit 390f470

Please sign in to comment.