Improve error messages for invalid shapes

This commit is contained in:
wandererfan
2019-04-01 09:08:04 -04:00
committed by WandererFan
parent 8f8473a212
commit 175966a6f7
4 changed files with 58 additions and 7 deletions

View File

@@ -136,6 +136,7 @@ public:
const bool flip=true) const;
virtual short mustExecute() const;
/* virtual void onDocumentRestored() override;*/
bool handleFaces(void);
bool showSectionEdges(void);
@@ -184,6 +185,7 @@ protected:
private:
bool nowUnsetting;
/* bool m_restoreComplete;*/
};