From 221f0db1a89b1f3f16ed96da44540edfb219826a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Jun 2024 04:16:27 +0200 Subject: inspect: disable window shading when bringing existing inspector to focus --- editor/imgui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/imgui.cpp') diff --git a/editor/imgui.cpp b/editor/imgui.cpp index 30f99d1b..916257b2 100644 --- a/editor/imgui.cpp +++ b/editor/imgui.cpp @@ -371,7 +371,6 @@ void app::do_popup_menu() { if (!exists) add_inspector(std::exchange(_popup_target, {})); - else { char buf2[32], buf3[128], buf[sizeof buf2 + sizeof buf3 - 1]; entity_inspector_name(buf2, sizeof buf2, e.id); -- cgit v1.2.3