PAL11041: Display the incriminated sub-shapes.

This commit is contained in:
jfa 2006-01-20 14:10:42 +00:00
parent a1ecba0aa4
commit f2ef0d1b0d

View 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 )