# HG changeset patch # User Teemu Piippo # Date 1522958197 -10800 # Node ID 2e7ffaf6239f1eaec74b9d07a9d810db954680f0 # Parent 6f31a87006f28a10a7d5ac89fb806191a1b49f50 fixed vertex cache spontaneously clearing diff -r 6f31a87006f2 -r 2e7ffaf6239f src/lddocument.cpp --- a/src/lddocument.cpp Wed Apr 04 12:08:45 2018 +0300 +++ b/src/lddocument.cpp Thu Apr 05 22:56:37 2018 +0300 @@ -450,7 +450,6 @@ { if (m_needsRecache) { - m_vertices.clear(); Model model {m_documents}; this->inlineContents(model, true, true);