mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
The cite engine info is needed by makeDocumentClass().
Fixes both #9797 and #9848.
(cherry picked from commit ba99ea5b88
)
This commit is contained in:
parent
3cb746f9ca
commit
7a9b3a57aa
@ -347,6 +347,8 @@ BufferParams::BufferParams()
|
||||
: pimpl_(new Impl)
|
||||
{
|
||||
setBaseClass(defaultBaseclass());
|
||||
cite_engine_.push_back("basic");
|
||||
cite_engine_type_ = ENGINE_TYPE_DEFAULT;
|
||||
makeDocumentClass();
|
||||
paragraph_separation = ParagraphIndentSeparation;
|
||||
quotes_language = InsetQuotes::EnglishQuotes;
|
||||
@ -356,8 +358,6 @@ BufferParams::BufferParams()
|
||||
papersize = PAPER_DEFAULT;
|
||||
orientation = ORIENTATION_PORTRAIT;
|
||||
use_geometry = false;
|
||||
cite_engine_.push_back("basic");
|
||||
cite_engine_type_ = ENGINE_TYPE_DEFAULT;
|
||||
biblio_style = "plain";
|
||||
use_bibtopic = false;
|
||||
use_indices = false;
|
||||
|
@ -103,6 +103,10 @@ What's new
|
||||
|
||||
- Disable setting vertical lines when using a formal table (bug 9816).
|
||||
|
||||
- Fix two bibliography related bugs: No default style shown in bibliography
|
||||
dialog in certain cases, and bad enabling-disabling behavior in Document>
|
||||
Settings> Bibliography (bugs 9797 and 9848).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user