summaryrefslogtreecommitdiffstats
path: root/src/widget/wlibrarysidebar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wlibrarysidebar.cpp')
-rw-r--r--src/widget/wlibrarysidebar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/wlibrarysidebar.cpp b/src/widget/wlibrarysidebar.cpp
index 4ff6dcb025..d213ab8ffd 100644
--- a/src/widget/wlibrarysidebar.cpp
+++ b/src/widget/wlibrarysidebar.cpp
@@ -21,6 +21,7 @@ WLibrarySidebar::WLibrarySidebar(QWidget* parent)
setDropIndicatorShown(true);
setAcceptDrops(true);
setAutoScroll(true);
+ setAttribute(Qt::WA_MacShowFocusRect, false);
header()->setStretchLastSection(false);
header()->setResizeMode(QHeaderView::ResizeToContents);
header()->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);