┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <[email protected]>2021-07-27 00:34:14 +0200
committerAlbert Astals Cid <[email protected]>2021-07-27 00:34:14 +0200
commit393c659c9a0ffc5f6ddb4ee161b9b3937ead0145 (patch)
tree4042ad9e578eace9a745c2c279b406ac9aa63eca
parent6e56cc328636e3e6ae933843c56cfe179cc269f1 (diff)
parent674a4a91dac8698bdd9aef611e2707d4fb389bf1 (diff)
Merge remote-tracking branch 'origin/release/21.08'
-rw-r--r--src/kitemviews/private/kitemlistroleeditor.cpp2
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();