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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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