forked from qt-creator/qt-creator
Fixes: - Unwanted focus halos
This commit is contained in:
@@ -75,6 +75,7 @@ public:
|
||||
setUniformRowHeights(true);
|
||||
setTextElideMode(Qt::ElideNone);
|
||||
// setExpandsOnDoubleClick(false);
|
||||
setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user