Fix track and title in playlist not being movable

Fixes #403
This commit is contained in:
Jonas Kvinge 2020-04-08 22:44:39 +02:00
parent 78df0ed707
commit 60e8519b65
1 changed files with 3 additions and 0 deletions

View File

@ -174,6 +174,9 @@ PlaylistView::PlaylistView(QWidget *parent)
setHeader(header_);
header_->setSectionsMovable(true);
#if QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)
header_->setFirstSectionMovable(true);
#endif
setStyle(style_);
setMouseTracking(true);