Git commit c16f5fa16c6ccb40c323fd5cfc78465ce39e3377 by Sven Brauch. Committed on 31/01/2014 at 15:58. Pushed by brauch into branch 'master'. assistant: remove stray setFocus call M +0 -1 shell/assistantpopup.cpp http://commits.kde.org/kdevplatform/c16f5fa16c6ccb40c323fd5cfc78465ce39e3377 diff --git a/shell/assistantpopup.cpp b/shell/assistantpopup.cpp index e3203b9..8f91b68 100644 --- a/shell/assistantpopup.cpp +++ b/shell/assistantpopup.cpp @@ -78,7 +78,6 @@ AssistantPopup::AssistantPopup(KTextEditor::View* parent,= const IAssistant::Ptr& connect(m_view, SIGNAL(destroyed(QObject*)), this, SLOT(deleteLater())); m_view->installEventFilter(this); - m_view->setFocus(); } = AssistantPopupConfig::AssistantPopupConfig(QObject *parent): QObject(paren= t)