]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'master' of newgeom:newgeom
authornds <natalia.donis@opencascade.com>
Fri, 25 Apr 2014 14:02:31 +0000 (18:02 +0400)
committernds <natalia.donis@opencascade.com>
Fri, 25 Apr 2014 14:02:31 +0000 (18:02 +0400)
Conflicts:
src/PartSet/PartSet_Module.cpp
src/XGUI/CMakeLists.txt

src/PartSet/PartSet_Module.cpp

index ebe70c482758d4f38599aef5f1ff5aa8877f18c5..5893526b45f6d98919cd8379baa1eccb05873c31 100644 (file)
@@ -87,7 +87,7 @@ void PartSet_Module::launchOperation(const QString& theCmdId)
   if (theCmdId == "Sketch" ) {
     aPartSetOp = new PartSet_OperationSketch(theCmdId, this);
   }
-  else if(aCmdId == "SketchLine") {
+  else if(theCmdId == "SketchLine") {
     ModuleBase_Operation* anOperation = myWorkshop->operationMgr()->currentOperation();
     boost::shared_ptr<ModelAPI_Feature> aSketchFeature;
     if (anOperation)