fix(Debug/Threads): can't switch to later tabs (#1378)

This commit is contained in:
Andreas Maerten
2023-05-28 18:36:15 +02:00
committed by GitHub
parent bfb63616cf
commit 118c9acedc

View File

@ -168,6 +168,8 @@ namespace big
update_free_stacks_count();
});
}
ImGui::EndTabItem();
}
}
}