X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d489a5e4bbe809f18a5db15e65b58219cf48354..ca282726be518ce2f214b890dbaafce736f14e36:/src/gtk/print.cpp diff --git a/src/gtk/print.cpp b/src/gtk/print.cpp index f2f1b27f40..d3ffb65e26 100644 --- a/src/gtk/print.cpp +++ b/src/gtk/print.cpp @@ -2072,6 +2072,8 @@ void wxGtkPrinterDCImpl::DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width { cairo_rectangle ( m_cairo, XLOG2DEV(x), YLOG2DEV(y), XLOG2DEVREL(width), YLOG2DEVREL(height)); cairo_clip(m_cairo); + + wxDCImpl::DoSetClippingRegion(x, y, width, height); } void wxGtkPrinterDCImpl::DestroyClippingRegion()