mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
don't let the selection toggle steal the keyboard focus of the view
svn path=/trunk/KDE/kdebase/apps/; revision=777738
This commit is contained in:
parent
188754a3e5
commit
b34ed68daf
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ SelectionToggle::SelectionToggle(QWidget* parent) :
|
|||
m_icon(),
|
||||
m_fadingTimeLine(0)
|
||||
{
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
parent->installEventFilter(this);
|
||||
resize(sizeHint());
|
||||
setIconOverlay(isChecked());
|
||||
|
|
Loading…
Reference in a new issue