mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-26 21:28:31 +00:00
Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871)
This commit is contained in:
@@ -1575,7 +1575,7 @@ ImGuiIO::ImGuiIO()
|
||||
ConfigViewportsNoAutoMerge = false;
|
||||
ConfigViewportsNoTaskBarIcon = false;
|
||||
ConfigViewportsNoDecoration = true;
|
||||
ConfigViewportsNoDefaultParent = false;
|
||||
ConfigViewportsNoDefaultParent = true;
|
||||
ConfigViewportPlatformFocusSetsImGuiFocus = true;
|
||||
|
||||
// Miscellaneous options
|
||||
|
Reference in New Issue
Block a user