request save on exit wip

This commit is contained in:
2018-07-30 23:35:27 +02:00
parent a66af9abb8
commit 87fcea61b8
7 changed files with 42 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ public:
Plane m_plane;
Plane m_plane_brush;
BrushMesh m_mesh;
bool m_unsaved = false;
bool m_dirty = false;
bool m_commit_delayed = false;
bool m_dirty_stroke = false;