Fix add parentwidget

wilder
Laurent Montel 7 years ago
parent 3f611bc799
commit dc7b33b89d
  1. 2
      src/editor/kmcomposerwin.cpp

@ -429,7 +429,7 @@ KMComposerWin::KMComposerWin(const KMime::Message::Ptr &aMsg, bool lastSignState
mPluginEditorCheckBeforeSendManagerInterface->setParentWidget(this);
mPluginEditorInitManagerInterface->setParent(this);
mPluginEditorInitManagerInterface->setParentWidget(this);
mPluginEditorInitManagerInterface->setRichTextEditor(composerEditorNg);
mPluginEditorConvertTextManagerInterface->setParentWidget(this);

Loading…
Cancel
Save