mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-26 09:07:55 +05:00
PAL11041: Display the incriminated sub-shapes.
This commit is contained in:
parent
c427016e04
commit
4af204fbc1
@ -344,6 +344,7 @@ void MeasureGUI_CheckCompoundOfBlocksDlg::onSubShapesListSelectionChanged()
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
getDisplayer()->SetColor( Quantity_NOC_RED );
|
getDisplayer()->SetColor( Quantity_NOC_RED );
|
||||||
|
getDisplayer()->SetWidth( 3 );
|
||||||
getDisplayer()->SetToActivate( false );
|
getDisplayer()->SetToActivate( false );
|
||||||
aPrs = !aSubShape.IsNull() ? getDisplayer()->BuildPrs( aSubShape ) : 0;
|
aPrs = !aSubShape.IsNull() ? getDisplayer()->BuildPrs( aSubShape ) : 0;
|
||||||
if ( aPrs )
|
if ( aPrs )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user