DrawViewAnnotation: also call the handleChangedPropertyType of the base class

This commit is contained in:
donovaly
2019-11-27 00:17:07 +01:00
committed by WandererFan
parent f7ca1d91d3
commit a89e55e1e7
2 changed files with 4 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ public:
protected:
virtual void onChanged(const App::Property* prop);
void handleChangedPropertyType(Base::XMLReader &reader, const char *TypeName, App::Property * prop);
virtual void handleChangedPropertyType(Base::XMLReader &reader, const char *TypeName, App::Property * prop);
private:
static const char* TextStyleEnums[];