fixed DelHistoryEntries getting ignored...

Wed, 07 Mar 2018 19:30:03 +0200

author
Santeri Piippo
date
Wed, 07 Mar 2018 19:30:03 +0200
changeset 1275
7b0979f65ff6
parent 1274
b6ee4ae3f421
child 1276
cae7b4f660c5

fixed DelHistoryEntries getting ignored...

src/lddocument.h file | annotate | diff | comparison | revisions
--- 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