mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
Do not force latex_language in arguments (bug #8471)
This commit is contained in:
parent
2e764c2c66
commit
258280cecf
@ -266,7 +266,7 @@ void InsetText::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
{
|
||||
LYXERR(Debug::ACTION, "InsetText::doDispatch(): cmd: " << cmd);
|
||||
|
||||
if (isPassThru()) {
|
||||
if (isPassThru() && lyxCode() != ARG_CODE) {
|
||||
// Force any new text to latex_language FIXME: This
|
||||
// should only be necessary in constructor, but new
|
||||
// paragraphs that are created by pressing enter at
|
||||
|
Loading…
Reference in New Issue
Block a user