X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/4d9ea4261a1f24e299595b897ea790eab1748fe9..d3839617:/src/kitemviews/private/kitemlistroleeditor.cpp 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();