mapeditor.cpp
changeset 727 96402b172173
parent 726 7f43b93242aa
child 728 a8a98a94899a
     1.1 --- a/mapeditor.cpp	Mon Oct 06 11:10:20 2008 +0000
     1.2 +++ b/mapeditor.cpp	Wed Oct 29 17:42:34 2008 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4  	model->setScene (mapScene);
     1.5  	model->registerEditor(this);
     1.6  	model->addMapCenter();	//  FIXME create this in MapEditor until BO and MCO are independent of scene
     1.7 -	model->makeDefault();
     1.8 +	model->makeDefault();	// No changes in model so far
     1.9  
    1.10      setScene (mapScene);
    1.11