mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #7622. We have to show the error list after we set the buffer,
because that is what creates the GuiDelegate. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38985 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4201a465f0
commit
390990af6d
@ -1895,8 +1895,8 @@ Buffer * GuiView::loadDocument(FileName const & filename, bool tolastfiles)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
newBuffer->errors("Parse");
|
|
||||||
setBuffer(newBuffer);
|
setBuffer(newBuffer);
|
||||||
|
newBuffer->errors("Parse");
|
||||||
|
|
||||||
if (tolastfiles)
|
if (tolastfiles)
|
||||||
theSession().lastFiles().add(filename);
|
theSession().lastFiles().add(filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user