mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 06:43:01 +04:00
6b4ef1dccd
Notify the main GUI thread upon receiving a close event instead of when the windows is destroyed. Additionally there was a logic error in in GuiReceiver::isLastWindow() that is corrected. Fixes #6479 and #20822