Skip to content

Commit

Permalink
fixes #4193: ViewProviders do not inform observers about Proxy proper…
Browse files Browse the repository at this point in the history
…ty change
  • Loading branch information
wwmayer committed Jan 13, 2020
1 parent e5d2346 commit 7dc81c7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Gui/ViewProviderPythonFeature.h
Expand Up @@ -512,10 +512,9 @@ class ViewProviderPythonFeatureT : public ViewProviderT
ViewProviderT::updateView();
}
}
else {
imp->onChanged(prop);
ViewProviderT::onChanged(prop);
}

imp->onChanged(prop);
ViewProviderT::onChanged(prop);
}
/// is called by the document when the provider goes in edit mode
virtual bool setEdit(int ModNum) override
Expand Down

0 comments on commit 7dc81c7

Please sign in to comment.