Merge pull request #352 from kalilistic/fix-component-demo

fix: component demo icon display
This commit is contained in:
goaaats 2021-05-25 16:17:22 +02:00 committed by GitHub
commit bd01eefbf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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