1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Emit sizehint changed when row count changes, heh

This commit is contained in:
Leo Franchi 2011-09-21 09:32:52 -04:00
parent d26cf3de9d
commit f020df31d2

View File

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