Fix printing multiple copies in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 May 2013 13:14:38 +0000 (13:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 May 2013 13:14:38 +0000 (13:14 +0000)
commita7587bc4a2585974638c86f22e7ce682688ca983
tree84cc3fbd10945aaa8a92b19babfcde25fa797db5
parent850a256b833831d58f3ac8479348033b8a159aae
Fix printing multiple copies in wxMSW.

If wxPrinterDC was created by the native "Print" dialog for a printer that
supports printing multiple copies, we must not manually print multiple copies
ourselves as this results in too many copies being printed. However we still
need to loop explicitly for wxPrinterDC objects created manually or for the
printers without support for multiple copies (supposing they still exist).

Closes #10323.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/printwin.cpp