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(); }