# HG changeset patch # User insilmaril # Date 1254397738 0 # Node ID 2c42ad499ac39c500ffcde76f983d983378814e4 # Parent d251c7b2de54cb6dc832e6557a90ce98023b2020 Various fixes for relinking and selecting 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()