mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 01:50:34 +05:00
Fix dump of SetColor for groups
This commit is contained in:
parent
a6b047ce31
commit
f1060fcdcd
@ -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 );
|
Quantity_Color aQColor( color.R, color.G, color.B, Quantity_TOC_RGB );
|
||||||
aGroupDS->SetColor(aQColor);
|
aGroupDS->SetColor(aQColor);
|
||||||
TPythonDump()<<_this()<<".SetColor( "<<color.R<<", "<<color.G<<", "<<color.B<<" )";
|
TPythonDump()<<_this()<<".SetColor( SALOMEDS.Color( "<<color.R<<", "<<color.G<<", "<<color.B<<" ))";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user