mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
0023445: EDF 14284 - Problem with Dump Python
This commit is contained in:
parent
9712b7e668
commit
4d8c002472
@ -1853,7 +1853,7 @@ void PublishObject (TObjectData& theObjectData,
|
|||||||
|
|
||||||
// store aCreationCommand before publishing commands
|
// store aCreationCommand before publishing commands
|
||||||
int tag = GetTag(theObjectData._entry);
|
int tag = GetTag(theObjectData._entry);
|
||||||
theEntryToCmdMap.insert( std::make_pair( tag + 2*theEntry2ObjData.size(), aCreationCommand ));
|
theEntryToCmdMap.insert( std::make_pair( tag + -2*theEntry2ObjData.size(), aCreationCommand ));
|
||||||
}
|
}
|
||||||
|
|
||||||
// make a command
|
// make a command
|
||||||
|
Loading…
Reference in New Issue
Block a user