git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48594
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxGtkPrintDC::Clear()
{
void wxGtkPrintDC::Clear()
{
+// Clear does nothing for printing, but keep the code
+// for later reuse
+/*
gs_cairo->cairo_save(m_cairo);
gs_cairo->cairo_set_operator (m_cairo, CAIRO_OPERATOR_SOURCE);
SetBrush(m_backgroundBrush);
gs_cairo->cairo_paint(m_cairo);
gs_cairo->cairo_restore(m_cairo);
gs_cairo->cairo_save(m_cairo);
gs_cairo->cairo_set_operator (m_cairo, CAIRO_OPERATOR_SOURCE);
SetBrush(m_backgroundBrush);
gs_cairo->cairo_paint(m_cairo);
gs_cairo->cairo_restore(m_cairo);
}
void wxGtkPrintDC::SetFont( const wxFont& font )
}
void wxGtkPrintDC::SetFont( const wxFont& font )