Recreate GtkPrintOperation every time when printing in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Oct 2012 12:09:37 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Oct 2012 12:09:37 +0000 (12:09 +0000)
commitbb03d283bef07de18d0dd584eb047d2f7e1b3856
treeb66b4e140c9b4d9871849f9d3b7f90b687704b37
parent9fa99f045e39341d64b4ecffbaab6385d9982cee
Recreate GtkPrintOperation every time when printing in wxGTK.

Apparently reusing GtkPrintOperation is not allowed, so create a new one
every time we need it.

Closes #14731.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/print.h
src/gtk/print.cpp