]> 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:11:28 +0000 (14:11 +0000)
committerjfa <jfa@opencascade.com>
Fri, 20 Jan 2006 14:11:28 +0000 (14:11 +0000)
src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx

index 5941b95e2e6b226f0da8a04bc6e569bd921a9a91..088c11ccde7c613596fda3b9437281b60aa39a39 100644 (file)
@@ -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 )