From b8c50dc0f93410d1a8009a162385b50107c301ec Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Tue, 2 Oct 2018 10:25:44 -0400 Subject: [PATCH] Fixed misplaced word --- src/Mod/Assembly/Gui/TaskAssemblyConstraints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Assembly/Gui/TaskAssemblyConstraints.cpp b/src/Mod/Assembly/Gui/TaskAssemblyConstraints.cpp index 070ec08f06..1ab6005f68 100644 --- a/src/Mod/Assembly/Gui/TaskAssemblyConstraints.cpp +++ b/src/Mod/Assembly/Gui/TaskAssemblyConstraints.cpp @@ -460,7 +460,7 @@ void TaskAssemblyConstraints::setPossibleOptions() { // } // }; - // if(isCombination(g1,g2,easier dcm::geometry::line, dcm::geometry::plane) || + // if(isCombination(g1,g2, dcm::geometry::line, dcm::geometry::plane) || // isCombination(g1,g2, dcm::geometry::plane, dcm::geometry::cylinder)) { // ui->perpendicular->setEnabled(true);