diff options
| author | Peter Penz <[email protected]> | 2008-02-21 12:53:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-21 12:53:56 +0000 |
| commit | b34ed68daf1923eacc9330ec49088fc24a56a415 (patch) | |
| tree | bf6adef148eed6f149acac8cc4a0425589265679 /src/selectiontoggle.cpp | |
| parent | 188754a3e5b298683b88fbe6786c524c172ed6a9 (diff) | |
don't let the selection toggle steal the keyboard focus of the view
svn path=/trunk/KDE/kdebase/apps/; revision=777738
Diffstat (limited to 'src/selectiontoggle.cpp')
| -rw-r--r-- | src/selectiontoggle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selectiontoggle.cpp b/src/selectiontoggle.cpp index eb02edcb2..fdae03e2b 100644 --- a/src/selectiontoggle.cpp +++ b/src/selectiontoggle.cpp @@ -36,6 +36,7 @@ SelectionToggle::SelectionToggle(QWidget* parent) : m_icon(), m_fadingTimeLine(0) { + setFocusPolicy(Qt::NoFocus); parent->installEventFilter(this); resize(sizeHint()); setIconOverlay(isChecked()); |
