1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +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.setLeft( 0 );
m_hoverArea.setRight( fm.width( elidedText ) + contentsMargins().left() * 2 ); m_hoverArea.setRight( fm.width( elidedText ) + contentsMargins().left() * 2 );
m_hoverType = Track;
} }
TomahawkUtils::drawQueryBackground( &p, m_hoverArea ); TomahawkUtils::drawQueryBackground( &p, m_hoverArea );