mainwindow.cpp
changeset 777 8acac4fade1b
parent 776 25e634a7e1dc
child 781 6cbf3c9cbd21
     1.1 --- a/mainwindow.cpp	Mon Jun 08 11:36:56 2009 +0000
     1.2 +++ b/mainwindow.cpp	Mon Jun 29 10:27:42 2009 +0000
     1.3 @@ -3249,7 +3249,7 @@
     1.4  
     1.5  void Main::changeSelection (VymModel *model, const QItemSelection &newsel, const QItemSelection &oldsel)
     1.6  {
     1.7 -	//branchPropertyWindow->setModel (model ); //FIXME-2 this used to be called from BranchObj::select(). Maybe use signal now...
     1.8 +	branchPropertyWindow->setModel (model ); //FIXME-2 this used to be called from BranchObj::select(). Maybe use signal now...
     1.9  
    1.10  	if (model && model==currentModel() )
    1.11  	{