From c7048c1fcccd0a599134b03fd326e064c56c6813 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 22 May 2008 21:51:39 +0000 Subject: Simulator frame closes now, if you press 'cancel' --- sources/prefs/editors/VSEditorFrame.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/prefs/editors/VSEditorFrame.java') diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java index db76313..5cdecf1 100644 --- a/sources/prefs/editors/VSEditorFrame.java +++ b/sources/prefs/editors/VSEditorFrame.java @@ -57,6 +57,7 @@ public class VSEditorFrame extends VSFrame implements ActionListener { dispose(); } else if (actionCommand.equals(prefs.getString("lang.cancel"))) { + editor.actionPerformed(e); dispose(); } else { -- cgit v1.2.3