mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* PreviewLoader: add comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36449 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2868ff7a52
commit
1899bf04fa
@ -600,6 +600,7 @@ void PreviewLoader::Impl::startLoading(bool wait)
|
|||||||
<< int(font_scaling_factor) << ' '
|
<< int(font_scaling_factor) << ' '
|
||||||
<< theApp()->hexName(fg) << ' '
|
<< theApp()->hexName(fg) << ' '
|
||||||
<< theApp()->hexName(bg);
|
<< theApp()->hexName(bg);
|
||||||
|
// FIXME what about LuaTeX?
|
||||||
if (buffer_.bufferFormat() == "xetex")
|
if (buffer_.bufferFormat() == "xetex")
|
||||||
cs << " xelatex";
|
cs << " xelatex";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user