fix(gui): properly handle AST Inspector popup state

- Add _show_ast_inspector flag to track when popup should open
- Use same pattern as other modals (_show_* flag + open_popup)
- Restructure if/else to properly handle end_popup paths
- This fixes the Inspect button not opening the modal
This commit is contained in:
2026-05-10 22:33:07 -04:00
parent fc2456506a
commit 6738e44e7a
3 changed files with 94 additions and 87 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Theme = true
Diagnostics = false
"External Tools" = false
"Shader Editor" = false
"Undo/Redo History" = true
"Undo/Redo History" = false
[theme]
palette = "Nord Dark"