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 c1fc45ea64
commit c7635a5396

View File

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