Skip to content

Commit

Permalink
[Sketcher][WIP] Fix FreeCAD#14736(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
AjinkyaDahale committed Aug 20, 2024
1 parent c873fd7 commit 458fa58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Sketcher/Gui/DrawSketchDefaultHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,6 @@ class DrawSketchDefaultHandler: public DrawSketchHandler,

createAutoConstraints();
}

tryAutoRecomputeIfNotSolve(sketchgui->getSketchObject());
}
catch (const Base::RuntimeError& e) {
// RuntimeError exceptions inside of the block above must provide a translatable
Expand All @@ -507,6 +505,7 @@ class DrawSketchDefaultHandler: public DrawSketchHandler,
Base::Console().Error(e.what());
}

tryAutoRecomputeIfNotSolve(sketchgui->getSketchObject());
return handleContinuousMode();
}
return false;
Expand Down

0 comments on commit 458fa58

Please sign in to comment.