diff -r f1006de05c54 -r 7d67be709091 mainwindow.cpp --- a/mainwindow.cpp Mon Sep 07 15:36:57 2009 +0000 +++ b/mainwindow.cpp Tue Sep 08 12:15:39 2009 +0000 @@ -3595,7 +3595,7 @@ void Main::testFunction2() { if (!currentMapEditor()) return; - currentMapEditor()->setFocus(); + currentMapEditor()->testFunction2(); } void Main::testCommand()