src/lddocument.h

changeset 1275
7b0979f65ff6
parent 1272
bf0ac547b934
child 1286
2a0316eb374c
--- 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;

mercurial