From 932430ffc2b21d8c8fa84c6944409459452cec18 Mon Sep 17 00:00:00 2001 From: and3md Date: Mon, 26 Jun 2017 19:26:41 +0200 Subject: [PATCH] Show popup need window update. --- src/dlangui/platforms/common/platform.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dlangui/platforms/common/platform.d b/src/dlangui/platforms/common/platform.d index b1a90cb6..18b03337 100644 --- a/src/dlangui/platforms/common/platform.d +++ b/src/dlangui/platforms/common/platform.d @@ -645,6 +645,7 @@ class Window : CustomEventTarget { if (_mainWidget !is null) { _mainWidget.requestLayout(); } + update(false); return res; } /// remove popup