Backends: OSX: Fixed not submitting Monitors info when viewports are not enabled. (#7257)

This commit is contained in:
actboy168
2024-01-23 10:22:56 +08:00
committed by ocornut
parent eb42e164dd
commit 54ef4092a9
2 changed files with 3 additions and 1 deletions

View File

@@ -73,6 +73,8 @@ Docking+Viewports Branch:
- Added ImGuiDockNodeFlags_DockedWindowsInFocusRoute to automatically make a dockspace connect
the focus route of its docked window. This is provided a convenience in case you have windows
where a connection is not explicit. (#6798)
- Backends: OSX: Fixed not submitting Monitors info when viewports are not enabled, leading to
missing e.g. DpiScale info. (#7257) [@actboy168]
-----------------------------------------------------------------------