From b1dad0de2a12a0feb0608d1f68f3f1e8144592e6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 11 Feb 2024 15:32:02 -0500 Subject: Fix previous fix to setting checkbox value (fixes #1056) The code accepted values other than /Yes but still used /Yes as the checked value instead of obeying the normal appearance dictionary. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f673204..294aa8cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2024-02-11 Jay Berkenbilt + + * The previous fix to #1056 was incomplete. When setting a check + box value, the previous fix allowed any value other than /Off to + mean checked. Now we also set the actual value based on the + allowable non-/Off value in the normal appearance dictionary. + Fixes #1056. + 2024-02-03 Jay Berkenbilt * Add fuzz testing for JSON. -- cgit v1.2.3-70-g09d2