mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Revert "Fix bug #11616"
This reverts commit 2890b99a76
.
A real fix follows in a minute
This commit is contained in:
parent
850c5a3d55
commit
2b432ecb3a
@ -294,7 +294,7 @@ void InsetBranch::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
{
|
{
|
||||||
if (producesOutput()) {
|
if (producesOutput()) {
|
||||||
OutputParams rp = runparams;
|
OutputParams rp = runparams;
|
||||||
rp.inbranch = rp.use_babel || rp.use_polyglossia;
|
rp.inbranch = true;
|
||||||
InsetText::latex(os, rp);
|
InsetText::latex(os, rp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user