From: Juergen Spitzmueller Date: Sun, 17 Dec 2017 11:53:40 +0000 (+0100) Subject: Thinko. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~4180 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3add3e2eae8f75cf25aa0f32141a62eaef01650d;p=lyx.git Thinko. Thanks, Kornel! --- diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp index 00ce4d6c2b..7ae2d0ff9b 100644 --- a/src/insets/InsetQuotes.cpp +++ b/src/insets/InsetQuotes.cpp @@ -884,7 +884,7 @@ void InsetQuotes::latex(otexstream & os, OutputParams const & runparams) const #else } else if ((!runparams.use_babel #endif - || fontenc_ != "T1" || fontenc_ != "OT1") + || (fontenc_ != "T1" && fontenc_ != "OT1")) || runparams.isFullUnicode()) { // Standard quotation mark macros // These are also used by babel