mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871)
This commit is contained in:
parent
dfe308bc53
commit
a1c0836bec
11 changed files with 20 additions and 20 deletions
|
|
@ -1575,7 +1575,7 @@ ImGuiIO::ImGuiIO()
|
|||
ConfigViewportsNoAutoMerge = false;
|
||||
ConfigViewportsNoTaskBarIcon = false;
|
||||
ConfigViewportsNoDecoration = true;
|
||||
ConfigViewportsNoDefaultParent = false;
|
||||
ConfigViewportsNoDefaultParent = true;
|
||||
ConfigViewportPlatformFocusSetsImGuiFocus = true;
|
||||
|
||||
// Miscellaneous options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue