--- a/src/lddocument.h Wed Mar 07 12:04:06 2018 +0200 +++ b/src/lddocument.h Wed Mar 07 19:30:03 2018 +0200 @@ -90,7 +90,7 @@ EditHistory* m_history; bool m_isFrozen = true; // Document may not be modified bool m_verticesOutdated = true; - bool m_isBeingDestroyed = true; + bool m_isBeingDestroyed = false; bool m_needsRecache = true; // The next polygon inline of this document rebuilds stored polygon data. long m_savePosition; int m_tabIndex;