mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
DolphinWX: Fix position of GameListCtrl tooltips on macOS
This commit is contained in:
parent
7a4464c3e0
commit
fdcf5aeb75
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user