mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-19 09:58:34 +00:00
Docking: Fix docked window contents not rendering when switching with CTRL+Tab.
(regression from 8eb8689).
This commit is contained in:
@@ -135,6 +135,8 @@ Docking+Viewports Branch:
|
||||
|
||||
- Docking, Nav: Fixed using gamepad/keyboard navigation not being able enter menu layer when
|
||||
it only contained the standard Collapse/Close buttons and no actual menu. (#5463, #4792)
|
||||
- Docking: Fixed regression introduced in v1.87 when docked window content not rendered
|
||||
while switching between with CTRL+Tab. [@rokups]
|
||||
- Backends: GLFW: Fixed leftover static variable preventing from changing or
|
||||
reinitializing backend while application is running. (#4616, #5434) [@rtoumazet]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user