mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-11 13:37:28 +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() );
|
aGeomGActor->SetWidth( GetWidth() );
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if ( HasIsosWidth() )
|
if ( HasIsosWidth() )
|
||||||
{
|
|
||||||
aGeomGActor->SetIsosWidth( GetIsosWidth() );
|
aGeomGActor->SetIsosWidth( GetIsosWidth() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user