mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-04 17:48:27 +05:00
Bug IPAL22912: TC6.5.0: Create Local coordinate system in VTK view - Segmentation violation
This commit is contained in:
parent
00b7b567c3
commit
756fece661
@ -1245,15 +1245,13 @@ void GEOM_Displayer::Update( SALOME_VTKPrs* prs )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( HasWidth() )
|
if ( aGeomGActor )
|
||||||
{
|
{
|
||||||
aGeomGActor->SetWidth( GetWidth() );
|
if ( HasWidth() )
|
||||||
}
|
aGeomGActor->SetWidth( GetWidth() );
|
||||||
|
|
||||||
|
if ( HasIsosWidth() )
|
||||||
if ( HasIsosWidth() )
|
aGeomGActor->SetIsosWidth( GetIsosWidth() );
|
||||||
{
|
|
||||||
aGeomGActor->SetIsosWidth( GetIsosWidth() );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( myToActivate )
|
if ( myToActivate )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user