mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-21 01:44:21 +00:00
Docking: fixed ImGuiWindowFlags_DockNodeHost/ImGuiWindowFlags_NavFlattened clash introduced by c38c18c1a just for 1.91.7 (#8357)
This commit is contained in:
parent
1dc776208e
commit
c2dcc80660
2 changed files with 4 additions and 1 deletions
|
|
@ -108,6 +108,9 @@ Other changes:
|
|||
|
||||
Docking+Viewports Branch:
|
||||
|
||||
- Docking: Fixed an issue in 1.91.7 where using legacy ImGuiWindowFlags_NavFlattened
|
||||
flag (instead of ImGuiChildFlags_NavFlattened) in docking branch would conflict
|
||||
with internal docking flags. (#8357) [@DanielGibson]
|
||||
- Backends: SDL3: new viewport windows are created with the SDL_WINDOW_HIDDEN flag
|
||||
before calling SDL_ShowWindow(). (#8328) [@PathogenDavid]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue