Show
Ignore:
Timestamp:
05/11/08 06:43:50 (6 months ago)
Author:
eugene
Message:

Made automatic list scrolling be optional.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/views/userviewbase.cpp

    r6179 r6191  
    8686} 
    8787 
     88void UserViewBase::scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint) 
     89{ 
     90  if (Config::ContactList::instance()->autoScroll()) 
     91    QTreeView::scrollTo(index, hint); 
     92} 
     93 
    8894void UserViewBase::applySkin() 
    8995{