Backends: Win32: fixed an issue from 1.90.5 where newly appearing windows that are not parented to the main viewport don't have task bar icon appear before the windows was explicited refocused. (#7354, #8669)

This commit is contained in:
ocornut
2026-01-16 18:43:02 +01:00
parent c389a9528f
commit f89ef40cb2
2 changed files with 9 additions and 4 deletions

View File

@@ -223,6 +223,9 @@ Docking+Viewports Branch:
- SDL2, SDL3: adjust IME offset to match other backends and master branch. (#6071, #1953)
- Win32: viewports created by backend forcefully direct messages to
DefWindowProcW() in order to support Unicode text input. (#9099, #3653, #5961) [@ulhc]
- Win32: fixed an issue from 1.90.5 where newly appearing windows that are not parented
to the main viewport didn't have their task bar icon appear before the window was
explicitely refocused. (#7354, #8669)
-----------------------------------------------------------------------