Fix incorrect ImGui code (#1546)

* Add missing ImGui.EndTabBar

* Add more ImGui fixes
This commit is contained in:
Sirius902 2023-11-26 14:04:38 -08:00 committed by GitHub
parent 7a0de45f87
commit 473e24301d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 99 additions and 95 deletions

View file

@ -155,6 +155,8 @@ internal class SettingsWindow : Window
ImGui.EndTabItem();
}
}
ImGui.EndTabBar();
}
ImGui.SetCursorPos(windowSize - ImGuiHelpers.ScaledVector2(70));