Skip to content

Commit

Permalink
more logging for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Jan 6, 2024
1 parent e25c967 commit 6e7be54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/studio/ui/EditorsPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ public static boolean saveEditor(EditorTab editor) {
public static boolean checkAndSaveTab(EditorTab editor) {
if (! editor.isModified()) return true;

log.info("before checkAndSaveTab choice");
int choice = StudioOptionPane.showYesNoCancelDialog(editor.getPane(),
editor.getTitle() + " is changed. Save changes?","Save changes?");

Expand Down

0 comments on commit 6e7be54

Please sign in to comment.