vymview.cpp
changeset 777 8acac4fade1b
parent 775 6e4b586aa88a
child 788 78ba80b54bc4
     1.1 --- a/vymview.cpp	Mon Jun 08 11:36:56 2009 +0000
     1.2 +++ b/vymview.cpp	Mon Jun 29 10:27:42 2009 +0000
     1.3 @@ -105,7 +105,9 @@
     1.4  void VymView::changeSelection (const QItemSelection &newsel, const QItemSelection &oldsel)
     1.5  {
     1.6  	// Notify mainwindow to update satellites like NoteEditor, if needed (model==currenModel...)
     1.7 -	mainWindow->changeSelection (model,newsel,oldsel);	// FIXME-3 maybe connect VymModel <-> MainWindow directly?
     1.8 +	mainWindow->changeSelection (model,newsel,oldsel);	// FIXME-5 maybe connect VymModel <-> MainWindow directly?
     1.9 +	// would require to also get current model in mainWindow
    1.10 +
    1.11  	//showSelection();
    1.12  }
    1.13