parent
b61a05889a
commit
71bfbd9aaa
@ -99,6 +99,10 @@ PlaylistView::PlaylistView(QWidget *parent)
|
||||
setAlternatingRowColors(true);
|
||||
|
||||
setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
|
||||
#ifdef Q_OS_DARWIN
|
||||
setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
|
||||
#endif
|
||||
}
|
||||
|
||||
void PlaylistView::SetItemDelegates(LibraryBackend* backend) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user