From 2b432ecb3afadd399543e6d015e6135d5694c061 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 18 Jul 2019 17:04:18 +0200 Subject: [PATCH] Revert "Fix bug #11616" This reverts commit 2890b99a76ec58e57168b26cd1872e050eb37cfb. A real fix follows in a minute --- src/insets/InsetBranch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetBranch.cpp b/src/insets/InsetBranch.cpp index 7947b8ec39..88d00e641e 100644 --- a/src/insets/InsetBranch.cpp +++ b/src/insets/InsetBranch.cpp @@ -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); } } -- 2.39.2