mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 13:23:40 +01:00
fix: component demo icon display
This commit is contained in:
parent
5d1537b3ed
commit
bb69feb6e1
1 changed files with 1 additions and 2 deletions
|
|
@ -71,9 +71,8 @@ namespace Dalamud.Interface.Components
|
|||
if (ImGui.BeginPopup("IconButtonDemoPopup"))
|
||||
{
|
||||
ImGui.Text("You clicked!");
|
||||
ImGui.EndPopup();
|
||||
}
|
||||
|
||||
ImGui.EndPopup();
|
||||
}
|
||||
|
||||
private static void TextWithLabelDemo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue