Revert "Fix bug #11616"

This reverts commit 2890b99a76.

A real fix follows in a minute
This commit is contained in:
Juergen Spitzmueller 2019-07-18 17:04:18 +02:00
parent 850c5a3d55
commit 2b432ecb3a

View File

@ -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);
}
}