From f2ef0d1b0d273fe7d4f2f8febc43ab5e7bf9d537 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 20 Jan 2006 14:10:42 +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 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 ) -- 2.39.2