reset clipping region in DestroyClippingRegion(), closes #17086
This commit is contained in:
@@ -2109,6 +2109,8 @@ void wxGtkPrinterDCImpl::DoSetClippingRegion(wxCoord x, wxCoord y, wxCoord width
|
|||||||
void wxGtkPrinterDCImpl::DestroyClippingRegion()
|
void wxGtkPrinterDCImpl::DestroyClippingRegion()
|
||||||
{
|
{
|
||||||
cairo_reset_clip(m_cairo);
|
cairo_reset_clip(m_cairo);
|
||||||
|
|
||||||
|
wxDCImpl::DestroyClippingRegion();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxGtkPrinterDCImpl::StartDoc(const wxString& WXUNUSED(message))
|
bool wxGtkPrinterDCImpl::StartDoc(const wxString& WXUNUSED(message))
|
||||||
|
Reference in New Issue
Block a user