]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Warning in Sketch to delete invalid sketch features.
authornds <nds@opencascade.com>
Fri, 24 Jun 2016 09:16:32 +0000 (12:16 +0300)
committernds <nds@opencascade.com>
Fri, 24 Jun 2016 11:03:59 +0000 (14:03 +0300)
src/PartSet/PartSet_SketcherMgr.cpp

index 29ff74c11f1366e531e570438be11aaede711783..ea6063d39a08a6568d260341c41d92be884b7de3 100755 (executable)
@@ -897,7 +897,7 @@ void PartSet_SketcherMgr::startSketch(ModuleBase_Operation* theOperation)
       if (aFeature.get())
         anInvalidFeatureNames.append(aFeature->name().c_str());
     }
-    std::string aPrefixInfo = QString("Invalid features of the sketch will be deleted: %1.\n").
+    std::string aPrefixInfo = QString("Invalid features of the sketch will be deleted: %1.\n\n").
                                   arg(anInvalidFeatureNames.join(", ")).toStdString().c_str();
     std::set<FeaturePtr> aFeatureRefsToDelete;
     if (ModuleBase_Tools::askToDelete(anInvalidFeatures, aReferences, aConnector->desktop(),