Viewports: Fixed loss of imgui-side focus when dragging a secondary viewport back in main viewport. (#6299)

Amend d2291df55, 63370be0e, dcb6335bfe
This commit is contained in:
ocornut
2023-05-20 14:21:17 +02:00
parent 530134d125
commit e590b5114e
2 changed files with 3 additions and 0 deletions

View File

@@ -153,6 +153,8 @@ Docking+Viewports Branch:
- Viewports: Fixed platform-side focus (e.g. Alt+Tab) from leading to accidental
closure of Modal windows. Regression from 1.89.5. (#6357, #6299)
- Viewports: Fixed loss of imgui-side focus when dragging a secondary viewport back in
main viewport, due to platform-side handling changes. Regression from 1.89.5 (#6299)
- Viewports: Added void* ImGuiPlatformMonitor::PlatformHandle field (backend-dependant),
for usage by user code.
- Backends: SDL2: Update monitor list when receiving a display event. (#6348)