]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
added wxUSE_FS_INET/ZIP
[wxWidgets.git] / src / gtk / dcclient.cpp
index 93f34e9fe7f078dede0cd09dce8a38dfe79bf600..649070a9158a46b50ce35c445021f50d671d6fd8 100644 (file)
@@ -1172,9 +1172,15 @@ void wxWindowDC::SetUpDC()
     m_brush = wxNullBrush;
     SetBrush( tmp_brush );
     
     m_brush = wxNullBrush;
     SetBrush( tmp_brush );
     
+/*
     tmp_brush = m_backgroundBrush;
     m_backgroundBrush = wxNullBrush;
     SetBackground( tmp_brush );
     tmp_brush = m_backgroundBrush;
     m_backgroundBrush = wxNullBrush;
     SetBackground( tmp_brush );
+*/
+    tmp_brush = m_backgroundBrush;
+    m_backgroundBrush = wxNullBrush;
+    SetBackground( *wxWHITE_BRUSH );
+    m_backgroundBrush = tmp_brush;
   
     if (!hatch_bitmap) 
     {
   
     if (!hatch_bitmap) 
     {