From 4af204fbc127bdfa231bb831086bb8082330da4d Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 20 Jan 2006 14:11:28 +0000 Subject: [PATCH] PAL11041: Display the incriminated sub-shapes. --- src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.39.2