--- a/src/documentmanager.cpp Mon Mar 27 14:56:05 2017 +0300 +++ b/src/documentmanager.cpp Sun May 07 13:29:58 2017 +0300 @@ -41,7 +41,7 @@ m_logoedStud (nullptr), m_logoedStud2 (nullptr) { - m_libraries.addLibrary(configuration().lDrawPath(), "LDraw library"); + m_libraries.addLibrary(configuration().lDrawPath(), "LDraw library", true); } DocumentManager::~DocumentManager()