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:
Richard Heck 2010-05-27 15:00:33 +00:00
parent 8c3f887f57
commit 25e960b8fd

View File

@ -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) {