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