diff options
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index 535f028b..28337bc8 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -259,7 +259,7 @@ void app::do_popup_menu() fm_assert(type != popup_target_type::none); //if (type != popup_target_type::scenery) {...} if (sc) - ImGui::OpenPopup(SCENERY_POPUP_NAME.data(), ImGuiPopupFlags_NoOpenOverItems); + ImGui::OpenPopup(SCENERY_POPUP_NAME.data()); } if (auto b1 = begin_popup(SCENERY_POPUP_NAME)) |