mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Merge pull request #352 from kalilistic/fix-component-demo
fix: component demo icon display
This commit is contained in:
commit
bd01eefbf9
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