diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.cpp b/src/kitemviews/private/kitemlistroleeditor.cpp index ea03dfa38..fd290327a 100644 --- a/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/src/kitemviews/private/kitemlistroleeditor.cpp @@ -18,6 +18,7 @@ KItemListRoleEditor::KItemListRoleEditor(QWidget *parent) setAcceptRichText(false); enableFindReplace(false); document()->setDocumentMargin(0); + setCheckSpellingEnabled(false); if (parent) { parent->installEventFilter(this); |
