]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL11041: Display the incriminated sub-shapes.
authorjfa <jfa@opencascade.com>
Fri, 20 Jan 2006 14:10:42 +0000 (14:10 +0000)
committerjfa <jfa@opencascade.com>
Fri, 20 Jan 2006 14:10:42 +0000 (14:10 +0000)
src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx

index b2b8cdf3373a54761aa153c408acc76b4898dbae..27ee27f2881bd6967b773117fff3f936a977c899 100644 (file)
@@ -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 )