Fix compilation mess in d94bd0726

This commit is contained in:
Jean-Marc Lasgouttes 2020-10-21 18:37:00 +02:00
parent a906676c89
commit abaf2e9bda

View File

@ -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());