diff -r 41c0a814d878 -r 6c9acdc6adc0 logsui/logsapp/src/logsdetailsview.cpp --- a/logsui/logsapp/src/logsdetailsview.cpp Fri Jun 11 13:38:41 2010 +0300 +++ b/logsui/logsapp/src/logsdetailsview.cpp Thu Jun 24 14:44:14 2010 +0300 @@ -97,6 +97,8 @@ updateMenu(); + scrollToTopItem(mListView); + LOGS_QDEBUG( "logs [UI] <- LogsDetailsView::activated()" ); } @@ -390,7 +392,7 @@ if ( mListView ) { updateMenu(); updateListLayoutName(*mListView, true); - updateListSize(); + updateListSize(*mListView); } LOGS_QDEBUG( "logs [UI] <- LogsDetailsView::updateWidgetsSizeAndLayout()" ); }