Navigation Menu

Skip to content

Commit

Permalink
Sketcher: BSpline Creation fix - Remove introduced pole if creation c…
Browse files Browse the repository at this point in the history
…ancelled
  • Loading branch information
abdullahtahiriyo committed Jan 26, 2017
1 parent cc31dac commit bad73ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Sketcher/Gui/CommandCreateGeo.cpp
Expand Up @@ -4623,6 +4623,7 @@ class DrawSketchHandlerBSpline: public DrawSketchHandler
}
else if(CurrentConstraint == 1) {
// if we just have one point and we can not close anything, then cancel this creation but continue according to continuous mode
sketchgui->getDocument()->undo(1);
if(!continuousMode){
DrawSketchHandler::quit();
}
Expand Down

0 comments on commit bad73ab

Please sign in to comment.