diff -r 0594d7b7099d -r c8b1a3564c74 vymview.cpp --- a/vymview.cpp Tue Dec 09 16:44:54 2008 +0000 +++ b/vymview.cpp Wed Dec 10 13:10:35 2008 +0000 @@ -29,11 +29,9 @@ 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());