mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-04 17:58:26 +05:00
0020788: EDF 1339 SMESH : Crash after enabling "Auto Color" feature in attached MED file
This commit is contained in:
parent
8a6ef93bb1
commit
736b66759f
@ -684,8 +684,8 @@
|
||||
aReservedColors.append( aColor );
|
||||
|
||||
_PTR(SObject) aGroupSObject = SMESH::FindSObject(aGroupObject);
|
||||
if(SMESH_Actor *anActor = SMESH::FindActorByEntry(aGroupSObject->GetID().c_str()))
|
||||
{
|
||||
if (aGroupSObject) {
|
||||
if(SMESH_Actor *anActor = SMESH::FindActorByEntry(aGroupSObject->GetID().c_str())) {
|
||||
if( aGroupObject->GetType() == SMESH::NODE )
|
||||
anActor->SetNodeColor( aColor.R, aColor.G, aColor.B );
|
||||
else if( aGroupObject->GetType() == SMESH::EDGE )
|
||||
@ -694,6 +694,7 @@
|
||||
anActor->SetSufaceColor( aColor.R, aColor.G, aColor.B );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
SMESH::RepaintCurrentView();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user