[TD]fix dim text for multi value schemas

This commit is contained in:
wandererfan
2019-12-02 09:53:23 -05:00
committed by WandererFan
parent ad8668a9f3
commit 186d52ffd4
3 changed files with 46 additions and 4 deletions

View File

@@ -142,6 +142,8 @@ public:
bool leaderIntersectsArc(Base::Vector3d s, Base::Vector3d pointOnCircle);
bool references(std::string geomName) const;
bool isMultiValueSchema(void) const;
protected:
virtual void onChanged(const App::Property* prop);
virtual void onDocumentRestored();