X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/238d735dc2db6fc2c64ed48ceba2d00a85c4b273..866592d872daa1f4e3d44948d7d3a6c90b0af9d0:/src/gtk/dc.cpp diff --git a/src/gtk/dc.cpp b/src/gtk/dc.cpp index 57c1f336a7..d98edaf9ec 100644 --- a/src/gtk/dc.cpp +++ b/src/gtk/dc.cpp @@ -48,7 +48,7 @@ wxDC::wxDC() m_pen = *wxBLACK_PEN; m_font = *wxNORMAL_FONT; - m_brush = *wxTRANSPARENT_BRUSH; + m_brush = *wxWHITE_BRUSH; } void wxDC::DoSetClippingRegion( long x, long y, long width, long height )