From bb69feb6e105a4e807d884b771fa8f83e7d89856 Mon Sep 17 00:00:00 2001 From: kalilistic <35899782+kalilistic@users.noreply.github.com> Date: Sat, 8 May 2021 14:21:08 -0400 Subject: [PATCH] fix: component demo icon display --- Dalamud/Interface/Components/ComponentDemoWindow.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()