]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
fixed bug in Set() on DST days (patch 1097811)
[wxWidgets.git] / include / wx / msw / listbox.h
index d0acdcb94974a07955e4a3deb650ccab8a67daf0..e8c921e6a43f980551eb99e66a7a82af5b84f24d 100644 (file)
@@ -143,6 +143,11 @@ public:
 protected:
     WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
+    virtual WXHBRUSH MSWControlColor(WXHDC pDC)
+    {
+        return MSWControlColorSolid(pDC);
+    }
+
     // free memory (common part of Clear() and dtor)
     void Free();