minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -171,6 +171,8 @@ public:
|
||||
|
||||
wxDL_METHOD_DEFINE( GtkWidget*, gnome_print_job_preview_new,
|
||||
(GnomePrintJob *gpm, const guchar *title), (gpm, title), NULL )
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxGnomePrintLibrary)
|
||||
};
|
||||
|
||||
wxGnomePrintLibrary::wxGnomePrintLibrary()
|
||||
@@ -846,6 +848,7 @@ wxGnomePrintDC::wxGnomePrintDC( wxGnomePrinter *printer )
|
||||
|
||||
m_layout = gs_lgp->gnome_print_pango_create_layout( m_gpc );
|
||||
m_fontdesc = pango_font_description_from_string( "Sans 12" );
|
||||
m_context = NULL;
|
||||
|
||||
m_currentRed = 0;
|
||||
m_currentBlue = 0;
|
||||
@@ -871,6 +874,7 @@ wxGnomePrintDC::wxGnomePrintDC( const wxPrintData& data )
|
||||
|
||||
m_layout = gs_lgp->gnome_print_pango_create_layout( m_gpc );
|
||||
m_fontdesc = pango_font_description_from_string( "Sans 12" );
|
||||
m_context = NULL;
|
||||
|
||||
m_currentRed = 0;
|
||||
m_currentBlue = 0;
|
||||
|
Reference in New Issue
Block a user