forked from qt-creator/qt-creator
Remove some focus rects on the Mac that don't belong there.
This commit is contained in:
@@ -149,6 +149,7 @@ RegisterWindow::RegisterWindow(DebuggerManager *manager)
|
||||
{
|
||||
QAction *act = theDebuggerAction(UseAlternatingRowColors);
|
||||
setWindowTitle(tr("Registers"));
|
||||
setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
setAlternatingRowColors(act->isChecked());
|
||||
setRootIsDecorated(false);
|
||||
setItemDelegate(new RegisterDelegate(m_manager, this));
|
||||
|
||||
Reference in New Issue
Block a user