X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49b489e80f11e0a6f23116a8e16a8138948e11af..a246ab8b5e30b09705b485b6021c0149c80becda:/src/html/htmlwin.cpp?ds=inline diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 22ac09f009..52ba2a51c4 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -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;