DolphinWX: Fix position of GameListCtrl tooltips on macOS

This commit is contained in:
Michael Maltese
2017-01-11 16:59:15 -08:00
parent 7a4464c3e0
commit fdcf5aeb75
+1 -1
View File
@@ -923,7 +923,7 @@ void CGameListCtrl::OnMouseMotion(wxMouseEvent& event)
GetItemRect(item, Rect);
int mx = Rect.GetWidth();
int my = Rect.GetY();
#ifndef __WXMSW__
#if !defined(__WXMSW__) && !defined(__WXOSX__)
// For some reason the y position does not account for the header
// row, so subtract the y position of the first visible item.
GetItemRect(GetTopItem(), Rect);