aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevimactions.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2021-03-17 13:18:03 +0100
committerhjk <hjk@qt.io>2021-03-17 14:18:22 +0000
commit0f6d04ce34e2d6832ad61c492c91e4e9e40cc2e6 (patch)
tree1e7e395bf8a566c762d696a5a8a54974f7060efb /src/plugins/fakevim/fakevimactions.cpp
parent9602338ce80fd2960c3f26959133a2e7464e69e5 (diff)
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 <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/fakevim/fakevimactions.cpp')
-rw-r--r--src/plugins/fakevim/fakevimactions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fakevim/fakevimactions.cpp b/src/plugins/fakevim/fakevimactions.cpp
index 7a3fbc8613..b24617b9a1 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