This commit is contained in:
Anna 2022-09-07 01:35:58 -04:00
parent 95c12f362d
commit 23558a2682
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -50,7 +50,11 @@ internal class MainWindow {
continue;
}
tab.Draw();
if (ImGui.BeginChild("##tab-content")) {
tab.Draw();
}
ImGui.EndChild();
ImGui.EndTabItem();
}