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:
parent
d26cf3de9d
commit
f020df31d2
@ -97,7 +97,8 @@ JobStatusView::checkCount()
|
||||
emit hideWidget();
|
||||
else if ( isHidden() && m_view->model()->rowCount() > 0 )
|
||||
emit showWidget();
|
||||
|
||||
else
|
||||
emit sizeChanged( sizeHint() );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user