mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Revert 65b674ba4e
.
We do not for what crash was this fix intended, but we know that the fix introduced freeze in xhtml exports (e.g. merged manual). https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg216835.html
This commit is contained in:
parent
f400a2cfa9
commit
33c68d7750
@ -3547,9 +3547,6 @@ void Buffer::collectChildren(ListOfBuffers & children, bool grand_children) cons
|
||||
// loop over children
|
||||
for (auto const & p : d->children_positions) {
|
||||
Buffer * child = const_cast<Buffer *>(p.first);
|
||||
// This can happen when called during GUI operations
|
||||
if (!theBufferList().isLoaded(child))
|
||||
continue;
|
||||
// No duplicates
|
||||
ListOfBuffers::const_iterator bit = find(children.begin(), children.end(), child);
|
||||
if (bit != children.end())
|
||||
|
Loading…
Reference in New Issue
Block a user