mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Revert "Fix compilation mess in d94bd0726"
This reverts commit abaf2e9bda
.
This commit is contained in:
parent
abaf2e9bda
commit
526b4b0d79
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user