From: jfa Date: Fri, 20 Jan 2006 14:11:28 +0000 (+0000) Subject: PAL11041: Display the incriminated sub-shapes. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4af204fbc127bdfa231bb831086bb8082330da4d;p=modules%2Fgeom.git PAL11041: Display the incriminated sub-shapes. --- diff --git a/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx b/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx index 5941b95e2..088c11ccd 100644 --- a/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx @@ -344,6 +344,7 @@ void MeasureGUI_CheckCompoundOfBlocksDlg::onSubShapesListSelectionChanged() try { getDisplayer()->SetColor( Quantity_NOC_RED ); + getDisplayer()->SetWidth( 3 ); getDisplayer()->SetToActivate( false ); aPrs = !aSubShape.IsNull() ? getDisplayer()->BuildPrs( aSubShape ) : 0; if ( aPrs )