diff -r a8a98a94899a -r 7ddbe3fa34a1 vymview.cpp --- a/vymview.cpp Tue Nov 04 12:09:10 2008 +0000 +++ b/vymview.cpp Mon Dec 08 16:57:33 2008 +0000 @@ -24,12 +24,16 @@ connect ( selModel, SIGNAL (selectionChanged(const QItemSelection &, const QItemSelection &)), me,SLOT (updateSelection(const QItemSelection &,const QItemSelection &))); + connect ( + selModel, SIGNAL (currentChanged(const QModelIndex &, const QModelIndex &)), + me,SLOT (updateCurrent(const QModelIndex &,const QModelIndex &))); // VymModel may want to update selection, e.g. during animation + /* connect ( model, SIGNAL (selectionChanged(const QItemSelection &, const QItemSelection &)), me,SLOT (updateSelection(const QItemSelection &,const QItemSelection &))); - + */ //me->viewport()->setFocus(); //FIXME me->setAntiAlias (actionViewToggleAntiAlias->isOn());