mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 18:18:35 +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,14 +1245,12 @@ void GEOM_Displayer::Update( SALOME_VTKPrs* prs )
|
||||
}
|
||||
}
|
||||
|
||||
if ( HasWidth() )
|
||||
if ( aGeomGActor )
|
||||
{
|
||||
if ( HasWidth() )
|
||||
aGeomGActor->SetWidth( GetWidth() );
|
||||
}
|
||||
|
||||
|
||||
if ( HasIsosWidth() )
|
||||
{
|
||||
aGeomGActor->SetIsosWidth( GetIsosWidth() );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user