mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
parent
d1d3f75548
commit
b54fcc0b7f
@ -779,7 +779,7 @@ void GuiView::processingThreadFinished()
|
||||
bool const error = (status != Buffer::ExportSuccess &&
|
||||
status != Buffer::PreviewSuccess &&
|
||||
status != Buffer::ExportCancel);
|
||||
if (error) {
|
||||
if (error && bv) {
|
||||
ErrorList & el = bv->buffer().errorList(d.last_export_format);
|
||||
// at this point, we do not know if buffer-view or
|
||||
// master-buffer-view was called. If there was an export error,
|
||||
|
Loading…
Reference in New Issue
Block a user