diff --git a/src/playlist/playlisttabbar.cpp b/src/playlist/playlisttabbar.cpp index d053af25b..121be59b4 100644 --- a/src/playlist/playlisttabbar.cpp +++ b/src/playlist/playlisttabbar.cpp @@ -96,7 +96,7 @@ void PlaylistTabBar::mouseDoubleClickEvent(QMouseEvent *e) { int index = tabAt(e->pos()); //discard a double click with the middle button - if (e->button() != Qt::MiddleButton) { + if (e->button() != Qt::MidButton) { if (index == -1) { new_->activate(QAction::Trigger); }