X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_ResultSketchPrs.cpp;h=ede7d144d93d8789e347d74cfc40f2f374ed4881;hb=f85d1c600b80b23dfc3d9904571ce27beae7b6dd;hp=64ba7b087ad8d27f8c9976c907fdeaaa77100388;hpb=77a1b44254de5e59639de3891301a0f20dd7c3dc;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_ResultSketchPrs.cpp b/src/PartSet/PartSet_ResultSketchPrs.cpp index 64ba7b087..ede7d144d 100755 --- a/src/PartSet/PartSet_ResultSketchPrs.cpp +++ b/src/PartSet/PartSet_ResultSketchPrs.cpp @@ -257,7 +257,7 @@ void PartSet_ResultSketchPrs::setAuxiliaryPresentationStyle(const bool isAuxilia if (!isAuxiliary) { aColor = Config_PropManager::color("Visualization", "result_construction_color", ModelAPI_ResultConstruction::DEFAULT_COLOR()); - aWidth = SketchPlugin_SketchEntity::SKETCH_LINE_WIDTH(); + aWidth = PartSet_Tools::getAISDefaultWidth();// default width value aLineStyle = SketchPlugin_SketchEntity::SKETCH_LINE_STYLE(); } else {