Browse Source
When showing a child window with `WindowStartupLocation = CenterOwner` to a minimized owner window, we were displaying the child in an invalid position. Use the WPF behavior of falling back to `CenterScreen` in this situation. Fixes #7582pull/7730/head
1 changed files with 13 additions and 2 deletions
Loading…
Reference in new issue