Remove some focus rects on the Mac that don't belong there.

This commit is contained in:
con
2010-04-16 11:39:36 +02:00
parent 9220929375
commit 6c492dac4d
11 changed files with 11 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ WatchWindow::WatchWindow(Type type, DebuggerManager *manager, QWidget *parent)
QAction *act = theDebuggerAction(UseAlternatingRowColors);
setFrameStyle(QFrame::NoFrame);
setAttribute(Qt::WA_MacShowFocusRect, false);
setWindowTitle(tr("Locals and Watchers"));
setAlternatingRowColors(act->isChecked());
setIndentation(indentation() * 9/10);