diff options
| author | Albert Astals Cid <[email protected]> | 2021-07-27 00:34:14 +0200 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2021-07-27 00:34:14 +0200 |
| commit | 393c659c9a0ffc5f6ddb4ee161b9b3937ead0145 (patch) | |
| tree | 4042ad9e578eace9a745c2c279b406ac9aa63eca /src | |
| parent | 6e56cc328636e3e6ae933843c56cfe179cc269f1 (diff) | |
| parent | 674a4a91dac8698bdd9aef611e2707d4fb389bf1 (diff) | |
Merge remote-tracking branch 'origin/release/21.08'
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(); |
