mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
Mac UI Sidebar Cosmetics
The sidebar elements all get a blue focus rectangle on Mac OSX. This is a platform specific setting. This patch removes the focus rectangle for sidebar components only.
This commit is contained in:
@@ -26,6 +26,9 @@ IntervalTreeView::IntervalTreeView(MainWindow *mainWindow) : mainWindow(mainWind
|
||||
setDragDropMode(QAbstractItemView::InternalMove);
|
||||
setDragDropOverwriteMode(true);
|
||||
setDropIndicatorShown(true);
|
||||
#ifdef Q_OS_MAC
|
||||
setAttribute(Qt::WA_MacShowFocusRect, 0);
|
||||
#endif
|
||||
invisibleRootItem()->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user