From: nds Date: Fri, 24 Jun 2016 09:16:32 +0000 (+0300) Subject: Warning in Sketch to delete invalid sketch features. X-Git-Tag: V_2.4.0~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f76f4f6731c1411b4bb93b0ae3494335b2e65cbc;p=modules%2Fshaper.git Warning in Sketch to delete invalid sketch features. --- diff --git a/src/PartSet/PartSet_SketcherMgr.cpp b/src/PartSet/PartSet_SketcherMgr.cpp index 29ff74c11..ea6063d39 100755 --- a/src/PartSet/PartSet_SketcherMgr.cpp +++ b/src/PartSet/PartSet_SketcherMgr.cpp @@ -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 aFeatureRefsToDelete; if (ModuleBase_Tools::askToDelete(anInvalidFeatures, aReferences, aConnector->desktop(),