mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-22 23:35:36 +00:00
Viewports: Fixed moving accross monitors when io.ConfigWindowsMoveFromTitleBarOnly is set. (#7299, #3071)
This commit is contained in:
@@ -81,6 +81,7 @@ 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)
|
||||
- Viewports: Fixed moving accross monitors when io.ConfigWindowsMoveFromTitleBarOnly is set. (#7299, #3071)
|
||||
- Backends: OSX: Fixed not submitting Monitors info when viewports are not enabled, leading to
|
||||
missing e.g. DpiScale info. (#7257) [@actboy168]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user