diff --git a/src/graphics/PreviewLoader.cpp b/src/graphics/PreviewLoader.cpp index 6423d485db..80740ac4dc 100644 --- a/src/graphics/PreviewLoader.cpp +++ b/src/graphics/PreviewLoader.cpp @@ -600,6 +600,7 @@ void PreviewLoader::Impl::startLoading(bool wait) << int(font_scaling_factor) << ' ' << theApp()->hexName(fg) << ' ' << theApp()->hexName(bg); + // FIXME what about LuaTeX? if (buffer_.bufferFormat() == "xetex") cs << " xelatex";