1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 07:52:30 +02:00

Eliding a name does not change its type

This commit is contained in:
Uwe L. Korn 2014-06-27 21:12:13 +01:00
parent fe37ee04d3
commit 3782c24e4a

View File

@ -371,7 +371,6 @@ QueryLabel::paintEvent( QPaintEvent* event )
{
m_hoverArea.setLeft( 0 );
m_hoverArea.setRight( fm.width( elidedText ) + contentsMargins().left() * 2 );
m_hoverType = Track;
}
TomahawkUtils::drawQueryBackground( &p, m_hoverArea );