From a16562cd55199e1daee496019cbea7496554624b Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Tue, 23 Apr 2013 19:31:08 +0200 Subject: [PATCH] Disable Find/Replace in the "rename inline" line edit These actions do not work correctly because renaming is considered finished as soon as the line edit loses focus, which happens when the "Replace" dialog pops up. BUG: 317772 FIXED-IN: 4.10.3 --- dolphin/src/kitemviews/private/kitemlistroleeditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dolphin/src/kitemviews/private/kitemlistroleeditor.cpp b/dolphin/src/kitemviews/private/kitemlistroleeditor.cpp index 4f40060109..9f3b53c050 100644 --- a/dolphin/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/dolphin/src/kitemviews/private/kitemlistroleeditor.cpp @@ -32,6 +32,7 @@ KItemListRoleEditor::KItemListRoleEditor(QWidget *parent) : setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); setAcceptRichText(false); + enableFindReplace(false); document()->setDocumentMargin(0); if (parent) {