Browse Source
A non-client click was being received after the click to minimize the window, which caused a call to `_parent->BringToFront();`, meaning the window got immediately restored. Ignore clicks when the window is minimized. Fixes #8335pull/8405/head
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue