Fix Symbol fail to paint
- calls ViewProviderDocumentObject, but should call ViewProviderViewPart in order to receive repaint signals.
This commit is contained in:
@@ -68,7 +68,7 @@ ViewProviderViewSection::~ViewProviderViewSection()
|
||||
void ViewProviderViewSection::attach(App::DocumentObject *pcFeat)
|
||||
{
|
||||
// call parent attach method
|
||||
ViewProviderDocumentObject::attach(pcFeat);
|
||||
ViewProviderViewPart::attach(pcFeat);
|
||||
}
|
||||
|
||||
void ViewProviderViewSection::setDisplayMode(const char* ModeName)
|
||||
|
||||
Reference in New Issue
Block a user