mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fix bug #11616
Do not care about branches when no package language is used.
This commit is contained in:
parent
55f5c00ba7
commit
2890b99a76
@ -294,7 +294,7 @@ void InsetBranch::latex(otexstream & os, OutputParams const & runparams) const
|
||||
{
|
||||
if (producesOutput()) {
|
||||
OutputParams rp = runparams;
|
||||
rp.inbranch = true;
|
||||
rp.inbranch = rp.use_babel || rp.use_polyglossia;
|
||||
InsetText::latex(os, rp);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user