1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0028973: Undo/Redo changes the order of some attributes

This commit is contained in:
vro
2017-08-07 08:52:40 +03:00
committed by bugmaster
parent e2c4ce4869
commit 095e90a2c5
2 changed files with 42 additions and 1 deletions

View File

@@ -42,5 +42,5 @@ TDF_DefaultDeltaOnRemoval::TDF_DefaultDeltaOnRemoval
void TDF_DefaultDeltaOnRemoval::Apply()
{
Label().AddAttribute(Attribute());
Label().AddAttribute(Attribute(), Standard_True);
}