]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/winpars.cpp
Added some placeholders...
[wxWidgets.git] / src / html / winpars.cpp
index 1c86a5b76d8d27afdf858b4d9852afa6f3de2042..0709e7751890e91f071ef9132922793563d4d4aa 100644 (file)
@@ -188,10 +188,11 @@ void wxHtmlWinParser::InitParser(const wxString& source)
 #endif
 
     m_Container->InsertCell(new wxHtmlColourCell(m_ActualColor));
+    wxColour windowColour = wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) ;
     m_Container->InsertCell(
             new wxHtmlColourCell(GetWindow() ?
                                      GetWindow()->GetBackgroundColour() :
-                                     wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW),
+                                     windowColour,
                                  wxHTML_CLR_BACKGROUND));
     m_Container->InsertCell(new wxHtmlFontCell(CreateCurrentFont()));
 }