Viewports: Fixed a CTRL+TAB crash with viewports enabled (#4023, #787) (amend 1dc3af3, 23ef6c1, 657073a)

+ Expose FindHoveredViewportFromPlatformWindowStack() in imgui_internal.h
This commit is contained in:
ocornut
2021-12-30 21:46:09 +01:00
parent 2aa9959553
commit 9c8f288d1a
3 changed files with 9 additions and 3 deletions

View File

@ -108,6 +108,11 @@ Other changes:
- Backends: Metal: Added Apple Metal C++ API support. (#4824, #4746) [@luigifcruz]
Enable with '#define IMGUI_IMPL_METAL_CPP' in your imconfig.h file.
Docking+Viewports Branch:
- Viewports: Fixed a CTRL+TAB crash with viewports enabled when the window list needs to appears in
its own viewport (regression from 1.86). (#4023, #787)
-----------------------------------------------------------------------
VERSION 1.86 (Released 2021-12-22)