Don't forget to setupWidget on FakeVim initialization.

Merge-request: 132
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Vladimir Kuznetsov
2010-04-07 18:08:09 +02:00
committed by hjk
parent 78205847c6
commit 14ad890903

View File

@@ -815,8 +815,10 @@ void FakeVimPluginPrivate::editorOpened(Core::IEditor *editor)
handler->installEventFilter();
// pop up the bar
if (theFakeVimSetting(ConfigUseFakeVim)->value().toBool())
if (theFakeVimSetting(ConfigUseFakeVim)->value().toBool()) {
showCommandBuffer(QString());
handler->setupWidget();
}
}
void FakeVimPluginPrivate::editorAboutToClose(Core::IEditor *editor)