mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
LaTeXFeatures.cpp (usePolyglossia):
- readd accidentally removed parentheses. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36478 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f2e38b021a
commit
873772d8ab
@ -296,7 +296,7 @@ bool LaTeXFeatures::useBabel() const
|
||||
|
||||
bool LaTeXFeatures::usePolyglossia() const
|
||||
{
|
||||
return lyxrc.language_package_selection == LyXRC::LP_AUTO
|
||||
return (lyxrc.language_package_selection == LyXRC::LP_AUTO)
|
||||
&& isRequired("polyglossia")
|
||||
&& isAvailable("polyglossia")
|
||||
&& this->hasPolyglossiaLanguages();
|
||||
|
Loading…
Reference in New Issue
Block a user