mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Only react to left-clicks in HoverControls.
This commit is contained in:
@@ -114,7 +114,8 @@ HoverControls::mouseReleaseEvent( QMouseEvent* event )
|
||||
{
|
||||
QWidget::mouseReleaseEvent( event );
|
||||
|
||||
emit play();
|
||||
if ( event->button() == Qt::LeftButton )
|
||||
emit play();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user