forked from qt-creator/qt-creator
Don't forget to setupWidget on FakeVim initialization.
Merge-request: 132 Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user