Commit c308d8ff authored by Ilkka Ollakka's avatar Ilkka Ollakka

QT4: remove Ensurevisible from scrollTo

Parameter is default, so no need to tell it here.
parent 7d5e66db
......@@ -211,7 +211,7 @@ void StandardPLPanel::gotoPlayingItem()
void StandardPLPanel::handleExpansion( const QModelIndex& index )
{
view->scrollTo( index, QAbstractItemView::EnsureVisible );
view->scrollTo( index );
}
void StandardPLPanel::setCurrentRootId( int _new )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment