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:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user