diff -r 7f43b93242aa -r 96402b172173 mapeditor.cpp --- a/mapeditor.cpp Mon Oct 06 11:10:20 2008 +0000 +++ b/mapeditor.cpp Wed Oct 29 17:42:34 2008 +0000 @@ -44,7 +44,7 @@ model->setScene (mapScene); model->registerEditor(this); model->addMapCenter(); // FIXME create this in MapEditor until BO and MCO are independent of scene - model->makeDefault(); + model->makeDefault(); // No changes in model so far setScene (mapScene);