]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
reset fg/bg colour and font to default if set to wxNullColour/Font
[wxWidgets.git] / include / wx / html / htmlwin.h
index c62febbf6db545eab7dc62711aef4c9a647972e9..c455fdde0649f3a1ea6932b7ccf4819ba67cc698 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
-// Licence:     wxWindows Licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -198,6 +198,9 @@ public:
     void SelectAll();
 #endif
 
+    virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
+        { /* do nothing */ }
+    
 protected:
     void Init();