From 0f6d04ce34e2d6832ad61c492c91e4e9e40cc2e6 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 17 Mar 2021 13:18:03 +0100 Subject: [PATCH] FakeVim: Set settings page to manual apply The default is badly chosen, but it's what it is for now. Tested best with the "Show line numbers relative to cursor" option, which should have immediate effect on "Apply" - and only then. Change-Id: I78864457b44032810b78fdef9e4a5ac4c287dd50 Reviewed-by: Christian Stenger --- src/plugins/fakevim/fakevimactions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/fakevim/fakevimactions.cpp b/src/plugins/fakevim/fakevimactions.cpp index 7a3fbc8613e..b24617b9a1d 100644 --- a/src/plugins/fakevim/fakevimactions.cpp +++ b/src/plugins/fakevim/fakevimactions.cpp @@ -81,6 +81,8 @@ QString FvBaseAspect::settingsKey() const FakeVimSettings::FakeVimSettings() { + setAutoApply(false); + #ifndef FAKEVIM_STANDALONE setup(&useFakeVim, false, "UseFakeVim", {}, tr("Use FakeVim")); #endif