diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 7317ac2071..1a47fdf5bd 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -3928,6 +3928,9 @@ bool Buffer::reload() message(bformat(_("Could not reload document %1$s."), disp_fn)); } setBusy(false); + thePreviews().removeLoader(*this); + if (graphics::Previews::status() != LyXRC::PREVIEW_OFF) + thePreviews().generateBufferPreviews(*this); errors("Parse"); return success; }