diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.cpp b/src/kitemviews/private/kitemlistroleeditor.cpp index cc10bd58a..993c6893a 100644 --- a/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/src/kitemviews/private/kitemlistroleeditor.cpp @@ -90,6 +90,7 @@ void KItemListRoleEditor::keyPressEvent(QKeyEvent* event) event->accept(); return; } + break; case Qt::Key_Backtab: case Qt::Key_Up: if (m_allowUpDownKeyChainEdit || event->key() == Qt::Key_Backtab) { @@ -97,6 +98,7 @@ void KItemListRoleEditor::keyPressEvent(QKeyEvent* event) event->accept(); return; } + break; case Qt::Key_Left: case Qt::Key_Right: { QTextCursor cursor = textCursor(); |
