Skip to content

Commit 3fea769

Browse files
committed
Change Tranform.Property final int value after merge
DEVSIX-1310 Autoported commit. Original commit hash: [d94b0ad6e]
1 parent a9f120f commit 3fea769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.layout/itext/layout/properties/Property.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private Property() {
288288

289289
public const int TOP = 73;
290290

291-
public const int TRANSFORM = 101;
291+
public const int TRANSFORM = 106;
292292

293293
public const int UNDERLINE = 74;
294294

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6b38c9e397693f36de7868f21d24f0fa714b1245
1+
d94b0ad6e7efbfeee008aa61548894f8cc0bdd60

0 commit comments

Comments
 (0)