Skip to content

Commit

Permalink
readd #if
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jun 27, 2024
1 parent 0791741 commit 276c5cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haxe/ui/backend/DialogBase.hx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ class DialogBase extends Box implements Draggable {
}

public override function show() {
#if !haxeui_flixel
handleVisibility(false);
#end
super.show();
var dp = dialogParent;
if (modal) {
Expand Down

0 comments on commit 276c5cb

Please sign in to comment.