mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: end menu bars
This commit is contained in:
parent
9c35be2916
commit
500bd926f8
1 changed files with 4 additions and 0 deletions
|
|
@ -42,7 +42,11 @@ namespace Dalamud.Interface.Scratchpad
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
ImGui.EndMenu();
|
||||
}
|
||||
|
||||
ImGui.EndMenuBar();
|
||||
}
|
||||
|
||||
var flags = ImGuiTabBarFlags.Reorderable | ImGuiTabBarFlags.TabListPopupButton |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue