1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-30 03:10:06 +00:00

Docking: Fix docked window contents not rendering when switching with CTRL+Tab.

(regression from 8eb8689).
This commit is contained in:
Rokas Kupstys 2022-07-12 16:21:44 +03:00 committed by ocornut
parent 77637fd936
commit cb8ead1f71
3 changed files with 5 additions and 3 deletions

View file

@ -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]