mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 13:57:43 +01:00
Fix incorrect ImGui code (#1546)
* Add missing ImGui.EndTabBar * Add more ImGui fixes
This commit is contained in:
parent
7a0de45f87
commit
473e24301d
3 changed files with 99 additions and 95 deletions
|
|
@ -155,6 +155,8 @@ internal class SettingsWindow : Window
|
|||
ImGui.EndTabItem();
|
||||
}
|
||||
}
|
||||
|
||||
ImGui.EndTabBar();
|
||||
}
|
||||
|
||||
ImGui.SetCursorPos(windowSize - ImGuiHelpers.ScaledVector2(70));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue