Commit fix to remove warnings when drawing text
to a mono-bitmap. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c77eea28f9
commit
4ba1c184b5
@ -391,6 +391,8 @@ void wxWindowDC::SetUpDC()
|
||||
gdk_gc_set_background( m_textGC, m_textBackgroundColour.GetColor() );
|
||||
|
||||
gdk_gc_set_fill( m_textGC, GDK_SOLID );
|
||||
|
||||
gdk_gc_set_colormap( m_textGC, m_cmap );
|
||||
|
||||
/* m_penGC */
|
||||
m_pen.GetColour().CalcPixel( m_cmap );
|
||||
|
Loading…
Reference in New Issue
Block a user