mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
#7778 avoid toggle of languages when LFUN_LANGUAGE is executed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39735 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a5e152fdf7
commit
d14f5a75af
@ -1894,7 +1894,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
break;
|
||||
selectWordWhenUnderCursor(cur, WHOLE_WORD_STRICT);
|
||||
Font font(ignore_font, lang);
|
||||
toggleAndShow(cur, this, font);
|
||||
toggleAndShow(cur, this, font, false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user