diff -r d251c7b2de54 -r 2c42ad499ac3 vymview.cpp --- a/vymview.cpp Thu Oct 01 11:28:50 2009 +0000 +++ b/vymview.cpp Thu Oct 01 11:48:58 2009 +0000 @@ -118,7 +118,7 @@ mainWindow->changeSelection (model,newsel,oldsel); // FIXME-5 maybe connect VymModel <-> MainWindow directly? // would require to also get current model in mainWindow - //showSelection(); // if called here, no tmpParObj can be set... + showSelection(); // if called here, no tmpParObj can be set... } void VymView::expandAll()