From: jfa Date: Fri, 20 Jan 2006 14:10:42 +0000 (+0000) Subject: PAL11041: Display the incriminated sub-shapes. X-Git-Tag: T2_2_9pre~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2ef0d1b0d273fe7d4f2f8febc43ab5e7bf9d537;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 b2b8cdf33..27ee27f28 100644 --- a/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx @@ -342,6 +342,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 )