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:
Abdullah Tahiri
2015-06-19 13:45:20 +02:00
committed by wmayer
parent d72c2676b6
commit 4d562f52de
2 changed files with 40 additions and 3 deletions

View File

@@ -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());