Backends: Win32: made it so that an appearing viewport showing up doesn't bring its parent viewport to front. (#7354)

This commit is contained in:
ocornut
2024-02-27 20:02:26 +01:00
parent 1a487165b1
commit 4e8c43f6b7
2 changed files with 15 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ Other changes:
it would generally manifest when fast moving the mouse bottom to top in a sub-menu.
(#7325, #7287, #7063)
Docking+Viewports Branch:
- Backends: Win32: made it so that an appearing viewport showing up doesn't bring
its parent to front. (#7354)
-----------------------------------------------------------------------
VERSION 1.90.4 (Released 2024-02-22)