Salome HOME
0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specifi...
authoreap <eap@opencascade.com>
Tue, 26 Apr 2011 10:35:15 +0000 (10:35 +0000)
committereap <eap@opencascade.com>
Tue, 26 Apr 2011 10:35:15 +0000 (10:35 +0000)
commit84d055c1b3949b08c539730b3c4bc954eed1c9ad
treea26edcbc64e196fc949f2d47afaa3b01979251db
parent78f6bcf18236128808e71ae1fedbcd5a77f2b6b8
0021250: EDF 1817 SMESH: Salome crashes when activating smesh after opening a specific study
In Load(), avoid infinite recursion via python dump
-            myNewMeshImpl->SetAutoColor( (bool)anAutoColor[0] );
+            myNewMeshImpl->GetImpl().SetAutoColor( (bool)anAutoColor[0] );
src/SMESH_I/SMESH_Gen_i.cxx