summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp
index 8b06d698..48e3aceb 100644
--- a/gui/mainwindow.cpp
+++ b/gui/mainwindow.cpp
@@ -111,6 +111,8 @@ MainWindow::MainWindow ( QWidget *parent ) :
view->setItemDelegate(delegate);
view->setSpacing(10);
view->setUniformItemWidths(true);
+ view->setAttribute(Qt::WA_MacShowFocusRect, false);
+
view->installEventFilter(this);
proxymodel = new InstanceProxyModel ( this );