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:
parent
22f523da4a
commit
6d7761ebe9
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user