diff --git a/src/studio/ui/StudioWindow.java b/src/studio/ui/StudioWindow.java index a6c13551..e69e3107 100755 --- a/src/studio/ui/StudioWindow.java +++ b/src/studio/ui/StudioWindow.java @@ -835,9 +835,11 @@ public void close() { } else { boolean result = execute(editorTab -> editorTab.getEditorsPanel().closeTab(editorTab)); if (!result) return; + log.info("StudioWindow closing"); // closing the last tab would trigger this code again if (allWindows.contains(this)) { allWindows.remove(this); + log.info("StudioWindow disposing"); dispose(); refreshAllMenus(); }