[Sketcher] Assist user in finding the sketch with the error
This commit is contained in:
@@ -10071,8 +10071,9 @@ void SketchObject::onChanged(const App::Property* prop)
|
||||
}
|
||||
else {
|
||||
Base::Console().Error(
|
||||
"SketchObject::onChanged(): Unmanaged change of Geometry Property "
|
||||
"results in invalid constraint indices\n");
|
||||
this->getFullLabel() + " SketchObject::onChanged ",
|
||||
QT_TRANSLATE_NOOP("Notifications", "Unmanaged change of Geometry Property "
|
||||
"results in invalid constraint indices") "\n");
|
||||
}
|
||||
Base::StateLocker lock(internaltransaction, true);
|
||||
setUpSketch();
|
||||
@@ -10101,8 +10102,9 @@ void SketchObject::onChanged(const App::Property* prop)
|
||||
}
|
||||
else {
|
||||
Base::Console().Error(
|
||||
"SketchObject::onChanged(): Unmanaged change of Constraint "
|
||||
"Property results in invalid constraint indices\n");
|
||||
this->getFullLabel() + " SketchObject::onChanged ",
|
||||
QT_TRANSLATE_NOOP("Notifications", "Unmanaged change of Constraint "
|
||||
"Property results in invalid constraint indices") "\n");
|
||||
}
|
||||
Base::StateLocker lock(internaltransaction, true);
|
||||
setUpSketch();
|
||||
|
||||
Reference in New Issue
Block a user