diff options
| author | Dawit Alemayehu <[email protected]> | 2012-11-10 16:28:36 -0500 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2012-11-10 16:28:36 -0500 |
| commit | b85d46b8383f969518684faae5e1dee2c88c629b (patch) | |
| tree | bfe2dd97e968e26319840e42320938f8e18cba9e /src/kitemviews | |
| parent | 15faff457dd5ff609b3d6d824e0366beae1abe28 (diff) | |
| parent | ce1bdf40cf6f8c9b6c7d330df91cd79947617212 (diff) | |
Merge remote-tracking branch 'origin/KDE/4.9'
Diffstat (limited to 'src/kitemviews')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.cpp b/src/kitemviews/private/kitemlistroleeditor.cpp index ead5b298e..78dbfe95b 100644 --- a/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/src/kitemviews/private/kitemlistroleeditor.cpp @@ -144,7 +144,8 @@ void KItemListRoleEditor::keyPressEvent(QKeyEvent* event) return; case Qt::Key_Enter: case Qt::Key_Return: - emitRoleEditingFinished(); + // TODO: find a better way to fix the bug 309760 + clearFocus(); // emitRoleEditingFinished(); results in a crash event->accept(); return; default: |
