mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Don't clutter the header needlessly
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg150918.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1afc726716
commit
479e0d0f92
@ -830,8 +830,9 @@ void BufferParams::writeFile(ostream & os) const
|
|||||||
<< "\n\\use_bibtopic " << convert<string>(use_bibtopic)
|
<< "\n\\use_bibtopic " << convert<string>(use_bibtopic)
|
||||||
<< "\n\\use_indices " << convert<string>(use_indices)
|
<< "\n\\use_indices " << convert<string>(use_indices)
|
||||||
<< "\n\\paperorientation " << string_orientation[orientation]
|
<< "\n\\paperorientation " << string_orientation[orientation]
|
||||||
<< "\n\\backgroundcolor " << lyx::X11hexname(backgroundcolor)
|
|
||||||
<< '\n';
|
<< '\n';
|
||||||
|
if (backgroundcolor != lyx::rgbFromHexName("#ffffff"))
|
||||||
|
os << "\\backgroundcolor " << lyx::X11hexname(backgroundcolor) << '\n';
|
||||||
|
|
||||||
BranchList::const_iterator it = branchlist().begin();
|
BranchList::const_iterator it = branchlist().begin();
|
||||||
BranchList::const_iterator end = branchlist().end();
|
BranchList::const_iterator end = branchlist().end();
|
||||||
|
Loading…
Reference in New Issue
Block a user