mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0033011: Data Exchange - Backward compatibility XBF format
Fixed problem with moving the attribute position. Made the same positions as version 7.5 with adding to the end.
This commit is contained in:
@@ -37,7 +37,6 @@ enum ChildLab
|
||||
ChildLab_Type = ChildLab_Begin,
|
||||
ChildLab_Value,
|
||||
ChildLab_Qualifier,
|
||||
ChildLab_AngularQualifier,
|
||||
ChildLab_Class,
|
||||
ChildLab_Dec,
|
||||
ChildLab_Modifiers,
|
||||
@@ -52,6 +51,7 @@ enum ChildLab
|
||||
ChildLab_Presentation,
|
||||
ChildLab_Descriptions,
|
||||
ChildLab_DescriptionNames,
|
||||
ChildLab_AngularQualifier,
|
||||
ChildLab_End
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user