Fix off by 1 error in wxGenericListCtrl::HitTest().
Account for the header height if the header is present. Closes #15063. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -621,6 +621,7 @@ All (GUI):
|
||||
- Add wxMask::GetBitmap() for wxMSW, wxGTK and wxOSX
|
||||
- Add wxCheckListBox::GetCheckedItems() (hartwigw).
|
||||
- Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style (Allann Jones).
|
||||
- Fix off by 1 error in wxGenericListCtrl::HitTest() (Daniel Hyams).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user