1.1 --- a/vymview.cpp Wed Jun 03 20:37:17 2009 +0000
1.2 +++ b/vymview.cpp Mon Jul 27 12:53:17 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