mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
EndChild outside Begin
This commit is contained in:
parent
8b31936fd9
commit
e7f29cb431
1 changed files with 1 additions and 2 deletions
|
|
@ -195,7 +195,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
public override void Draw()
|
||||
{
|
||||
this.DrawHeader();
|
||||
// this.DrawPluginTabBar();
|
||||
this.DrawPluginCategories();
|
||||
this.DrawFooter();
|
||||
this.DrawErrorModal();
|
||||
|
|
@ -631,9 +630,9 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
if (ImGui.BeginChild("ScrollingPlugins", new Vector2(-1, 0), false, ImGuiWindowFlags.HorizontalScrollbar | ImGuiWindowFlags.NoBackground))
|
||||
{
|
||||
this.DrawPluginCategoryContent();
|
||||
ImGui.EndChild();
|
||||
}
|
||||
|
||||
ImGui.EndChild();
|
||||
ImGui.EndTable();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue