Sketcher: Bug fix Trim
====================== In no update mode, the last constraint was not enforced. The DoF was not properly shown. The trim operation it is always solved at the end now if in no recompute mode.
This commit is contained in:
@@ -4365,7 +4365,7 @@ public:
|
||||
bool autoRecompute = hGrp->GetBool("AutoRecompute",false);
|
||||
|
||||
if(autoRecompute)
|
||||
Gui::Command::updateActive();
|
||||
Gui::Command::updateActive();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
Base::Console().Error("%s\n", e.what());
|
||||
|
||||
Reference in New Issue
Block a user