From: gdd Date: Wed, 11 May 2011 18:07:30 +0000 (+0000) Subject: Fix dump of SetColor for groups X-Git-Tag: V6_3_0b2~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f1060fcdcd80808153190a90bfff3875442138d2;p=modules%2Fsmesh.git Fix dump of SetColor for groups --- diff --git a/src/SMESH_I/SMESH_Group_i.cxx b/src/SMESH_I/SMESH_Group_i.cxx index fa4db625c..5a98e7009 100644 --- a/src/SMESH_I/SMESH_Group_i.cxx +++ b/src/SMESH_I/SMESH_Group_i.cxx @@ -479,7 +479,7 @@ void SMESH_GroupBase_i::SetColor(const SALOMEDS::Color& color) { Quantity_Color aQColor( color.R, color.G, color.B, Quantity_TOC_RGB ); aGroupDS->SetColor(aQColor); - TPythonDump()<<_this()<<".SetColor( "<