include justifyLastLine in hash calculation for alignment

This commit is contained in:
YoheiZuho
2025-02-19 15:37:01 +09:00
parent c0967568f0
commit d0fc40a994
+1
View File
@@ -514,6 +514,7 @@ class Alignment extends Supervisor
return md5(
$this->horizontal
. $this->justifyLastLine
. $this->vertical
. $this->textRotation
. ($this->wrapText ? 't' : 'f')