1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Hide results-box when required.

This commit is contained in:
Christian Muehlhaeuser
2014-08-20 15:41:25 +02:00
parent a271d3967f
commit 1bb0b8c8a4

View File

@@ -257,4 +257,6 @@ TrackDetailView::onResultsChanged()
if ( m_query->numResults() > 1 )
m_resultsBox->show();
else
m_resultsBox->hide();
}