fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,11 +226,11 @@ protected:
|
||||
// current
|
||||
virtual void OnDrawBackground(wxDC& dc, const wxRect& rect, size_t n) const;
|
||||
|
||||
// we implement OnGetLineHeight() in terms of OnMeasureItem() because this
|
||||
// we implement OnGetRowHeight() in terms of OnMeasureItem() because this
|
||||
// allows us to add borders to the items easily
|
||||
//
|
||||
// this function is not supposed to be overridden by the derived classes
|
||||
virtual wxCoord OnGetLineHeight(size_t line) const;
|
||||
virtual wxCoord OnGetRowHeight(size_t line) const;
|
||||
|
||||
|
||||
// event handlers
|
||||
|
Reference in New Issue
Block a user