From 8979e5762d48bf1bbe66fafa451f300a8c740237 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 30 Sep 2025 05:04:39 -0500 Subject: [PATCH] why do I have amnesia --- src/gui/newFilePicker.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/newFilePicker.cpp b/src/gui/newFilePicker.cpp index f39845c36..5e9a231be 100644 --- a/src/gui/newFilePicker.cpp +++ b/src/gui/newFilePicker.cpp @@ -929,6 +929,7 @@ void FurnaceFilePicker::drawBookmarks(ImVec2& tableSize, String& newDir) { markedForRemoval=index; if (iPath==path) isPathBookmarked=false; } + ImGui::EndPopup(); } ImGui::PopID(); }