]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
Remove wxRTTI macro for wxComboBox from Motif port.
[wxWidgets.git] / src / html / htmlwin.cpp
index 22ac09f0098c43bc6bd5bcb4485f97be463462a5..52ba2a51c418fbb1ca9c41db1195c2e23f83a4c7 100644 (file)
@@ -1167,7 +1167,7 @@ void wxHtmlWindow::OnPaint(wxPaintEvent& WXUNUSED(event))
 
     // draw the HTML window contents
     dc->SetMapMode(wxMM_TEXT);
-    dc->SetBackgroundMode(wxBRUSHSTYLE_TRANSPARENT);
+    dc->SetBackgroundMode(wxTRANSPARENT);
     dc->SetLayoutDirection(GetLayoutDirection());
 
     wxHtmlRenderingInfo rinfo;