fix: end menu bars

This commit is contained in:
goat 2021-05-01 18:29:22 +02:00
parent 9c35be2916
commit 500bd926f8
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -42,7 +42,11 @@ namespace Dalamud.Interface.Scratchpad
{ {
} }
ImGui.EndMenu();
} }
ImGui.EndMenuBar();
} }
var flags = ImGuiTabBarFlags.Reorderable | ImGuiTabBarFlags.TabListPopupButton | var flags = ImGuiTabBarFlags.Reorderable | ImGuiTabBarFlags.TabListPopupButton |