comdlg32: Use values from DeviceCapabilities in combobox.
commit4ec559743d254e3547c0cabdcb1014854404e108
authorBrendan McGrath <bmcgrath@codeweavers.com>
Mon, 29 Jan 2024 19:05:23 +0000 (30 06:05 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 12 Mar 2024 12:43:41 +0000 (12 13:43 +0100)
treeb7c7a9d1ccd57cbbf81255a8f3502c3eb4376be4
parenta9b3fdd3aebe0ef2f7f7905864e7c4fe01f5c4fd
comdlg32: Use values from DeviceCapabilities in combobox.

dpiX,dpiY are the default printer values from the GetDeviceCaps calls.
This causes the item data to be the same for every option in the
combobox.

The item data should reflect the selected values.
dlls/comdlg32/printdlg.c