diff --git a/minigui.d b/minigui.d index 723ceee..d658dd8 100644 --- a/minigui.d +++ b/minigui.d @@ -14999,6 +14999,11 @@ class AutomaticDialog(T) : Dialog { } }); + this.addEventListener((scope ClosedEvent ce) { + if(onCancel) + onCancel(); + }); + //this.children[0].focus(); }