diff -r 62d621e3e550 -r 5ecd0462f76b vymview.cpp --- a/vymview.cpp Mon Mar 15 15:32:37 2010 +0000 +++ b/vymview.cpp Thu Mar 18 11:31:02 2010 +0000 @@ -85,6 +85,10 @@ model, SIGNAL (showSelection() ), this, SLOT (showSelection() ) ); + connect ( + model, SIGNAL (updateLayout() ), + mapEditor, SLOT (autoLayout() ) ); + mapEditor->setAntiAlias (mainWindow->isAliased()); mapEditor->setSmoothPixmap(mainWindow->hasSmoothPixmapTransform());