summaryrefslogtreecommitdiffhomepage
path: root/editor/imgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r--editor/imgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index 371eed80..753475d3 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -174,7 +174,7 @@ void app::do_popup_menu()
void app::kill_popups(bool hard)
{
- _popup_target = { .target = popup_target_type::none };
+ _popup_target = {};
ImGui::CloseCurrentPopup();
if (hard)