mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Thought I'd committed this. Anyway, missing from earlier commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34525 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8c3f887f57
commit
25e960b8fd
@ -673,6 +673,9 @@ int Buffer::readHeader(Lexer & lex)
|
||||
params().isfontcolor = false;
|
||||
params().notefontcolor = lyx::rgbFromHexName("#cccccc");
|
||||
params().boxbgcolor = lyx::rgbFromHexName("#ff0000");
|
||||
params().html_latex_start.clear();
|
||||
params().html_latex_end.clear();
|
||||
params().html_math_img_scale = 1.0;
|
||||
params().output_sync_macro.erase();
|
||||
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user