mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
TabBar: Recover if SelectedTabId doesn't exist anymore.
This commit is contained in:
parent
3e47978a80
commit
599d5f185c
2 changed files with 6 additions and 2 deletions
|
|
@ -9525,7 +9525,6 @@ void ImGui::EndDragDropTarget()
|
|||
// TODO:
|
||||
// A~ document root node resizing behavior incorrect
|
||||
// A~ document root node retrieval of ID ?
|
||||
// A- fix when SelectedTab doesn't exist (easy to repro/fix with .ini mod, but would be nice to also find real repro)
|
||||
// B- full rebuild loses viewport of floating dock nodes
|
||||
// B- dock node inside its own viewports creates 1 temporary viewport per window on startup before ditching them
|
||||
// A~ Unreal style document system (requires low-level controls of dockspace serialization fork/copy/delete)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue