vczh-libraries / GacUI

GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features.
Other
2.35k stars 297 forks source link

ShowModal glitch cause the owner window to suddenly disappear and recover #89

Closed vczh closed 1 year ago

vczh commented 1 year ago

In GuiWindow::ShowModal, SetEnabled and SetFocused need to be called before actually hiding the dialog.