mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +00:00
Docking: Fixed using GetItemXXX() or IsItemXXX() functions after a DockSpace(). (#6217)
This commit is contained in:
parent
ad44f5831a
commit
bf87fbcbcc
2 changed files with 7 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ Other changes:
|
|||
|
||||
Docking+Viewports Branch:
|
||||
|
||||
- Docking: Fixed using GetItemXXX() or IsItemXXX() functions after a DockSpace(). (#6217)
|
||||
- Backends: GLFW: Fixed key modifiers handling on secondary viewports. (#6248, #6034) [@aiekick]
|
||||
- Backends: GLFW: Fixed Emscripten erroneously enabling multi-viewport support, leading to assert. (#5683)
|
||||
- Backends: SDL3: Fixed for compilation with multi-viewports. (#6255) [@P3RK4N]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue