Set missing popup flag
This commit is contained in:
parent
26d8a005ba
commit
297544128d
@ -964,7 +964,7 @@ internal sealed class ConfigWindow : Window
|
||||
if (ImGuiComponents.IconButtonWithText(FontAwesomeIcon.Plus, "Add Venture List to this Group"))
|
||||
ImGui.OpenPopup($"##AddItem{id}");
|
||||
|
||||
if (ImGui.BeginPopupContextItem($"##AddItem{id}"))
|
||||
if (ImGui.BeginPopupContextItem($"##AddItem{id}", ImGuiPopupFlags.NoOpenOverItems))
|
||||
{
|
||||
foreach (var list in unusedLists)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user