mirror of https://github.com/buggins/dlangui.git
Show popup need window update.
This commit is contained in:
parent
10bb4b4537
commit
932430ffc2
|
@ -645,6 +645,7 @@ class Window : CustomEventTarget {
|
|||
if (_mainWidget !is null) {
|
||||
_mainWidget.requestLayout();
|
||||
}
|
||||
update(false);
|
||||
return res;
|
||||
}
|
||||
/// remove popup
|
||||
|
|
Loading…
Reference in New Issue