From fc2456506a5d3e2bc0c8edef75223e6813d35c92 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 10 May 2026 22:21:06 -0400 Subject: [PATCH] fix(gui): remove redundant open_popup call for AST Inspector begin_popup_modal handles its own open state, open_popup was causing the modal to not appear --- src/gui_2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui_2.py b/src/gui_2.py index f86d595..2d51b65 100644 --- a/src/gui_2.py +++ b/src/gui_2.py @@ -2902,7 +2902,6 @@ class App: imgui.same_line() if imgui.button(f"[Inspect]##{i}"): self.ui_inspecting_ast_file = f_item - imgui.open_popup('AST Inspector') imgui.same_line() if imgui.button(f"[Slices]##{i}"):