PAL11041: Display the incriminated sub-shapes.

This commit is contained in:
jfa 2006-01-20 14:11:28 +00:00
parent c427016e04
commit 4af204fbc1

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