mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
LFUN_LANGUAGE enabled wrong way around
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21308 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
036a507c6d
commit
ae76ba2362
@ -730,7 +730,7 @@ bool InsetCollapsable::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
return true;
|
||||
|
||||
case LFUN_LANGUAGE:
|
||||
flag.enabled(layout_.forceltr);
|
||||
flag.enabled(!layout_.forceltr);
|
||||
return InsetText::getStatus(cur, cmd, flag);
|
||||
|
||||
case LFUN_BREAK_PARAGRAPH:
|
||||
|
Loading…
Reference in New Issue
Block a user