Skip to content

Commit 5a0d3e0

Browse files
author
Samuel Huylebroeck
committed
Update compare files
Update compare files, tests failed with no visual difference warning due to fixed behaviour in default form field appearance generation. SUP-1555, DEVSIX-832
1 parent c727506 commit 5a0d3e0

File tree

32 files changed

+3
-2
lines changed

32 files changed

+3
-2
lines changed

forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,9 +1974,10 @@ public boolean regenerateField() {
19741974
widget.setAppearanceState(new PdfName("Off"));
19751975
}
19761976
}
1977-
1978-
return true;
19791977
}
1978+
return true;
1979+
}
1980+
19801981

19811982
/**
19821983
* Calculate the necessary height offset after applying field rotation

0 commit comments

Comments
 (0)