mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix non-biblatex style checks
This commit is contained in:
parent
f58a442380
commit
25dd2e29b7
@ -3799,7 +3799,8 @@ vector<CitationStyle> BufferParams::citeStyles() const
|
||||
bool BufferParams::isActiveBiblatexCiteStyle(CitationStyle const & cs) const
|
||||
{
|
||||
if (!useBiblatex())
|
||||
return false;
|
||||
// outside biblatex, all cite styles are active
|
||||
return true;
|
||||
|
||||
if (cs.styles.empty() && cs.nostyles.empty())
|
||||
// no restrictions
|
||||
|
Loading…
Reference in New Issue
Block a user