From 276c5cb1706a5b7459d2be5c5e0995b3162d4664 Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Thu, 27 Jun 2024 10:18:36 +0200 Subject: [PATCH] readd #if --- haxe/ui/backend/DialogBase.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/haxe/ui/backend/DialogBase.hx b/haxe/ui/backend/DialogBase.hx index 6296d42d2..274071a4f 100644 --- a/haxe/ui/backend/DialogBase.hx +++ b/haxe/ui/backend/DialogBase.hx @@ -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) {