Viewports: update fallback monitor to primary monitor if there's one.

Amend 4b9bc490.
+ metrics: display fallback monitor.
This commit is contained in:
ocornut
2024-07-29 12:21:24 +02:00
parent 3552df562e
commit 5c9825c16d
3 changed files with 16 additions and 5 deletions

View File

@@ -177,6 +177,7 @@ Other changes:
Docking+Viewports Branch:
- Viewports: Always update fallback monitor to primary monitor if there's one.
- Backends: OSX: Fixed NSAppKitVersion version limit for setWantsBestResolutionOpenGLSurface
usage. (#7814) [@YGXXD]
- Backends: SDL3: Fixed a bug preventing ImGuiViewportFlags_NoFocusOnAppearing support from