commit abaf2e9bda86b74c4b29b6ead106026665f02a1b
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed Oct 21 18:37:00 2020 +0200

    Fix compilation mess in d94bd0726
---
 src/Cursor.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Cursor.cpp b/src/Cursor.cpp
index b30ed0f..7a723c6 100644
--- a/src/Cursor.cpp
+++ b/src/Cursor.cpp
@@ -2400,7 +2400,7 @@ bool notifyCursorLeavesOrEnters(Cursor const & old, 
Cursor & cur)
 void Cursor::setLanguageFromInput()
 {
        if (!lyxrc.respect_os_kbd_language
-           || (inTextEd() && paragraph().isPassthru())
+           || (inTexted() && paragraph().isPassThru()))
                return;
        string const & code = theApp()->inputLanguageCode();
        Language const * lang = languages.getFromCode(code, 
buffer()->getLanguages());
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to