1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

KItemListRoleEditor: Disable spellchecking

No need for spellchecking when renaming folders/filenames.

BUG:477897
This commit is contained in:
Akseli Lahtinen 2024-01-10 14:12:54 +00:00 committed by Méven Car
parent 1a59905027
commit c5e9a28bef

View File

@ -18,6 +18,7 @@ KItemListRoleEditor::KItemListRoleEditor(QWidget *parent)
setAcceptRichText(false);
enableFindReplace(false);
document()->setDocumentMargin(0);
setCheckSpellingEnabled(false);
if (parent) {
parent->installEventFilter(this);