https://bugs.kde.org/show_bug.cgi?id=409440

--- Comment #2 from Johannes Hirte <[email protected]> ---
possible fix

diff --git a/src/eventfilter.cpp b/src/eventfilter.cpp
index 62dc724e..5ad1d514 100644
--- a/src/eventfilter.cpp
+++ b/src/eventfilter.cpp
@@ -32,7 +32,7 @@

 LaTeXEventFilter::LaTeXEventFilter(KTextEditor::View *view,
KileDocument::EditorExtension *edit) : QObject(view), m_view(view),
m_edit(edit)
 {
-    m_modifierKeyInfo = new KModifierKeyInfo(this);
+    m_modifierKeyInfo = new KModifierKeyInfo(nullptr);
     readConfig();
 }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to