1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

fix flicker in showing/hiding jobsview

This commit is contained in:
Leo Franchi 2011-09-20 22:50:44 -04:00
parent 6af4ff6537
commit d26cf3de9d

View File

@ -98,8 +98,6 @@ JobStatusView::checkCount()
else if ( isHidden() && m_view->model()->rowCount() > 0 )
emit showWidget();
emit sizeChanged( sizeHint() );
}