From 297544128d0e6f2d13709c1cf2d8a52e3d52a027 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Tue, 17 Oct 2023 12:12:44 +0200 Subject: [PATCH] Set missing popup flag --- ARControl/Windows/ConfigWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARControl/Windows/ConfigWindow.cs b/ARControl/Windows/ConfigWindow.cs index ea04b5c..4bfb7b3 100644 --- a/ARControl/Windows/ConfigWindow.cs +++ b/ARControl/Windows/ConfigWindow.cs @@ -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) {