Various fixes for relinking and selecting
authorinsilmaril
Thu, 01 Oct 2009 11:48:58 +0000
changeset 7992c42ad499ac3
parent 798 d251c7b2de54
child 800 959bd133cd1a
Various fixes for relinking and selecting
vymview.cpp
     1.1 --- a/vymview.cpp	Thu Oct 01 11:28:50 2009 +0000
     1.2 +++ b/vymview.cpp	Thu Oct 01 11:48:58 2009 +0000
     1.3 @@ -118,7 +118,7 @@
     1.4  	mainWindow->changeSelection (model,newsel,oldsel);	// FIXME-5 maybe connect VymModel <-> MainWindow directly?
     1.5  	// would require to also get current model in mainWindow
     1.6  
     1.7 -	//showSelection();	// if called here, no tmpParObj can be set...
     1.8 +	showSelection();	// if called here, no tmpParObj can be set...
     1.9  }
    1.10  
    1.11  void VymView::expandAll()