diff --git a/Dalamud/Interface/Components/ComponentDemoWindow.cs b/Dalamud/Interface/Components/ComponentDemoWindow.cs index e0d465c80..bb62fba66 100644 --- a/Dalamud/Interface/Components/ComponentDemoWindow.cs +++ b/Dalamud/Interface/Components/ComponentDemoWindow.cs @@ -71,9 +71,8 @@ namespace Dalamud.Interface.Components if (ImGui.BeginPopup("IconButtonDemoPopup")) { ImGui.Text("You clicked!"); + ImGui.EndPopup(); } - - ImGui.EndPopup(); } private static void TextWithLabelDemo()