On Wed, 19 Jun 2024 05:34:55 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> On cancelling PageDialog, same PageFormat object should be returned which > stopped working after > [JDK-8307160](https://bugs.openjdk.org/browse/JDK-8307160). > Fix is made to reinstate "doIt" flag removed in JDK-8307160 so that correct > value is returned from PageDialog.show action.. > An automated printing testcase is created since the issue was caught by > manual test and so having another manual test run the risk of not being > executed during CI testing.. This pull request has now been integrated. Changeset: 689cee3d Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/689cee3d0950e15e88a1f6738bfded00655dca9c Stats: 67 lines in 2 files changed: 60 ins; 0 del; 7 mod 8334509: Cancelling PageDialog does not return the same PageFormat object Reviewed-by: aivanov, prr ------------- PR: https://git.openjdk.org/jdk/pull/19786