Applied patch [ 807164 ] fixes for core library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1105,7 +1105,7 @@ int wxListCtrl::GetItemCount() const
|
||||
|
||||
wxSize wxListCtrl::GetItemSpacing() const
|
||||
{
|
||||
const int spacing = GetItemSpacing(HasFlag(wxLC_SMALL_ICON));
|
||||
const int spacing = ListView_GetItemSpacing(GetHwnd(), (BOOL)HasFlag(wxLC_SMALL_ICON));
|
||||
|
||||
return wxSize(LOWORD(spacing), HIWORD(spacing));
|
||||
}
|
||||
|
Reference in New Issue
Block a user