Thu, 05 Apr 2018 22:56:37 +0300
fixed vertex cache spontaneously clearing
--- 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);