diff options
author | con <qtc-committer@nokia.com> | 2010-04-16 11:39:36 +0200 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2010-04-16 11:40:25 +0200 |
commit | 6c492dac4d6e946fc8457b511d37e9d3b3008cc9 (patch) | |
tree | 10d946e15e34c7073c188ba158cc87aed6859124 /src/plugins/debugger/sourcefileswindow.cpp | |
parent | 922092937565dfa02f4055fdf84358f9cceace61 (diff) | |
download | qt-creator-6c492dac4d6e946fc8457b511d37e9d3b3008cc9.tar.gz |
Remove some focus rects on the Mac that don't belong there.
Diffstat (limited to 'src/plugins/debugger/sourcefileswindow.cpp')
-rw-r--r-- | src/plugins/debugger/sourcefileswindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/sourcefileswindow.cpp b/src/plugins/debugger/sourcefileswindow.cpp index 448bfefffb..e78cf93b36 100644 --- a/src/plugins/debugger/sourcefileswindow.cpp +++ b/src/plugins/debugger/sourcefileswindow.cpp @@ -171,6 +171,7 @@ SourceFilesWindow::SourceFilesWindow(QWidget *parent) proxyModel->setSourceModel(m_model); setModel(proxyModel); + setAttribute(Qt::WA_MacShowFocusRect, false); setFrameStyle(QFrame::NoFrame); setWindowTitle(tr("Source Files")); setSortingEnabled(true); |