]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.cpp
Fix MSVC warning
[lyx.git] / src / LyXFunc.cpp
index 6a35feb3262bb3ebbc87faba215c056089e970a0..0c985b35ec603b3da7ab50e81597fd360f9b921b 100644 (file)
@@ -1567,6 +1567,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                        break;
 
                case LFUN_LYXRC_APPLY: {
+                       // reset active key sequences, since the bindings
+                       // are updated (bug 6064)
+                       keyseq.reset();
                        LyXRC const lyxrc_orig = lyxrc;
 
                        istringstream ss(argument);