File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/openstreetmap/josm/plugins/scripting/ui/console Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ public static void showScriptingConsole() {
5959 instance .addWindowListener (new WindowAdapter () {
6060 @ Override
6161 public void windowClosing (WindowEvent e ) {
62- final ScriptingConsole old = instance ;
63- instance = null ;
64- fireScriptingConsoleChanged (old , instance );
62+ final ScriptingConsole old = instance ;
63+ instance = null ;
64+ fireScriptingConsoleChanged (old , instance );
6565 }
6666 });
6767 }
@@ -77,7 +77,7 @@ public static void hideScriptingConsole() {
7777 synchronized (ScriptingConsole .class ){
7878 if (instance != null ){
7979 WindowEvent wev = new WindowEvent (instance ,
80- WindowEvent .WINDOW_CLOSING );
80+ WindowEvent .WINDOW_CLOSING );
8181 Toolkit .getDefaultToolkit ().getSystemEventQueue ()
8282 .postEvent (wev );
8383 }
You can’t perform that action at this time.
0 commit comments