mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
TWK-911: Fix placement of social widget
This commit is contained in:
parent
60f8241305
commit
c114657f81
@ -598,7 +598,7 @@ void
|
||||
AudioControls::onSocialButtonClicked()
|
||||
{
|
||||
SocialWidget* sw = new SocialWidget( m_parent );
|
||||
sw->setPosition( QCursor::pos() );
|
||||
sw->setPosition( sw->mapFromGlobal( QCursor::pos() ) );
|
||||
sw->setQuery( m_currentTrack->toQuery() );
|
||||
sw->show();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user