diff options
Diffstat (limited to 'editor/imgui.cpp')
-rw-r--r-- | editor/imgui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp index 6ac6e7fa..9700a8f7 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -168,9 +168,7 @@ void app::kill_popups(bool hard) ImGui::CloseCurrentPopup(); if (hard) - { inspectors.clear(); - } ImGui::FocusWindow(nullptr); } |