1
0
Fork 0

Set missing popup flag

master
Liza 2023-10-17 12:12:44 +02:00
parent 26d8a005ba
commit 297544128d
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ internal sealed class ConfigWindow : Window
if (ImGuiComponents.IconButtonWithText(FontAwesomeIcon.Plus, "Add Venture List to this Group")) if (ImGuiComponents.IconButtonWithText(FontAwesomeIcon.Plus, "Add Venture List to this Group"))
ImGui.OpenPopup($"##AddItem{id}"); ImGui.OpenPopup($"##AddItem{id}");
if (ImGui.BeginPopupContextItem($"##AddItem{id}")) if (ImGui.BeginPopupContextItem($"##AddItem{id}", ImGuiPopupFlags.NoOpenOverItems))
{ {
foreach (var list in unusedLists) foreach (var list in unusedLists)
{ {