diff -r 6e4b586aa88a -r 8acac4fade1b vymview.cpp --- a/vymview.cpp Wed Jun 03 20:37:17 2009 +0000 +++ b/vymview.cpp Mon Jun 29 10:27:42 2009 +0000 @@ -105,7 +105,9 @@ void VymView::changeSelection (const QItemSelection &newsel, const QItemSelection &oldsel) { // Notify mainwindow to update satellites like NoteEditor, if needed (model==currenModel...) - mainWindow->changeSelection (model,newsel,oldsel); // FIXME-3 maybe connect VymModel <-> MainWindow directly? + mainWindow->changeSelection (model,newsel,oldsel); // FIXME-5 maybe connect VymModel <-> MainWindow directly? + // would require to also get current model in mainWindow + //showSelection(); }