Remove (wrong) theme border from header control

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-12-27 18:30:48 +00:00
parent 6edc74808a
commit 2ae2097cf3

View File

@@ -140,6 +140,8 @@ public:
// called Refresh afterwards
virtual void ScrollWindow(int dx, int dy, const wxRect *rect = NULL);
virtual bool CanApplyThemeBorder() const { return false; }
protected:
virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);