mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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()) {
|
||||
OutputParams rp = runparams;
|
||||
rp.inbranch = rp.use_babel || rp.use_polyglossia;
|
||||
rp.inbranch = true;
|
||||
InsetText::latex(os, rp);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user