1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[BookmarksTreeView] Show focus on whole row, not each column separately

This commit is contained in:
nowrep 2014-02-11 14:34:02 +01:00
parent 22f523da4a
commit 6d7761ebe9

View File

@ -38,6 +38,7 @@ BookmarksTreeView::BookmarksTreeView(QWidget* parent)
setDragEnabled(true);
setAcceptDrops(true);
setDropIndicatorShown(true);
setAllColumnsShowFocus(true);
setSelectionMode(QAbstractItemView::ExtendedSelection);
setContextMenuPolicy(Qt::CustomContextMenu);
setItemDelegate(new BookmarksItemDelegate(this));