mainwindow.cpp
changeset 792 7d67be709091
parent 791 f1006de05c54
child 793 cac93797c580
     1.1 --- a/mainwindow.cpp	Mon Sep 07 15:36:57 2009 +0000
     1.2 +++ b/mainwindow.cpp	Tue Sep 08 12:15:39 2009 +0000
     1.3 @@ -3595,7 +3595,7 @@
     1.4  void Main::testFunction2()
     1.5  {
     1.6  	if (!currentMapEditor()) return;
     1.7 -	currentMapEditor()->setFocus();
     1.8 +	currentMapEditor()->testFunction2();
     1.9  }
    1.10  
    1.11  void Main::testCommand()