mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-14 20:54:16 +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()
|
public override void Draw()
|
||||||
{
|
{
|
||||||
this.DrawHeader();
|
this.DrawHeader();
|
||||||
// this.DrawPluginTabBar();
|
|
||||||
this.DrawPluginCategories();
|
this.DrawPluginCategories();
|
||||||
this.DrawFooter();
|
this.DrawFooter();
|
||||||
this.DrawErrorModal();
|
this.DrawErrorModal();
|
||||||
|
|
@ -631,9 +630,9 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
if (ImGui.BeginChild("ScrollingPlugins", new Vector2(-1, 0), false, ImGuiWindowFlags.HorizontalScrollbar | ImGuiWindowFlags.NoBackground))
|
if (ImGui.BeginChild("ScrollingPlugins", new Vector2(-1, 0), false, ImGuiWindowFlags.HorizontalScrollbar | ImGuiWindowFlags.NoBackground))
|
||||||
{
|
{
|
||||||
this.DrawPluginCategoryContent();
|
this.DrawPluginCategoryContent();
|
||||||
ImGui.EndChild();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.EndChild();
|
||||||
ImGui.EndTable();
|
ImGui.EndTable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue