TabBar: Recover if SelectedTabId doesn't exist anymore.

This commit is contained in:
omar
2018-09-21 11:02:03 +02:00
parent 3e47978a80
commit 599d5f185c
2 changed files with 6 additions and 2 deletions

View File

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