]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
restored wxPluginLibrary::ms_classes handling code that was removed by mistake
[wxWidgets.git] / include / wx / msw / listctrl.h
index 283eccd872ab217b86ad9479656c3d98ff824a78..640eba3e90ede49ac5e3520da09b4b3582941733 100644 (file)
@@ -353,6 +353,7 @@ public:
     // Necessary for drawing hrules and vrules, if specified
     void OnPaint(wxPaintEvent& event);
 
+    virtual bool ShouldInheritColours() const { return false; }
 
     // obsolete stuff, for compatibility only -- don't use
     wxDEPRECATED( int GetItemSpacing(bool isSmall) const);