Sketcher: Avoid unnecessary updates in the ViewProviderSketch
This commit is contained in:
parent
8df4a29831
commit
65b8457a9c
|
@ -2804,7 +2804,8 @@ void ViewProviderSketch::updateData(const App::Property *prop)
|
|||
{
|
||||
ViewProvider2DObject::updateData(prop);
|
||||
|
||||
if (edit && (prop == &(getSketchObject()->Geometry) || &(getSketchObject()->Constraints))) {
|
||||
if (edit && (prop == &(getSketchObject()->Geometry) ||
|
||||
prop == &(getSketchObject()->Constraints))) {
|
||||
edit->FullyConstrained = false;
|
||||
solveSketch();
|
||||
draw(true);
|
||||
|
|
Loading…
Reference in New Issue
Block a user