]> git.lyx.org Git - lyx.git/blobdiff - src/text3.C
leave inset to the right when hitting ESC (bug 2034)
[lyx.git] / src / text3.C
index 20940bf7ef1487cf8e044dc71bd43c37a4f5aab8..5786a51e9728c5482ab5ba14a484dad22c34b040 100644 (file)
@@ -1515,7 +1515,7 @@ void LyXText::dispatch(LCursor & cur, FuncRequest & cmd)
                        cur.selection() = false;
                } else {
                        cur.undispatched();
-                       cmd = FuncRequest(LFUN_FINISHED_LEFT);
+                       cmd = FuncRequest(LFUN_FINISHED_RIGHT);
                }
                break;