fix: component demo icon display

This commit is contained in:
kalilistic 2021-05-08 14:21:08 -04:00
parent 5d1537b3ed
commit bb69feb6e1

View file

@ -71,9 +71,8 @@ namespace Dalamud.Interface.Components
if (ImGui.BeginPopup("IconButtonDemoPopup")) if (ImGui.BeginPopup("IconButtonDemoPopup"))
{ {
ImGui.Text("You clicked!"); ImGui.Text("You clicked!");
ImGui.EndPopup();
} }
ImGui.EndPopup();
} }
private static void TextWithLabelDemo() private static void TextWithLabelDemo()