- Time extended in which the tooltip remains visible. (Windows PTFs)

- Better fix/location (wxWidgets source) for the MenuPopup fix. (Windows PTFs)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7475 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79
2011-04-20 15:25:21 +00:00
parent f7423ea916
commit 156c914185
9 changed files with 24 additions and 23 deletions

View File

@ -429,6 +429,8 @@ CFrame::CFrame(wxFrame* parent,
// Create cursors
#ifdef _WIN32
CreateCursor();
SetToolTip(_(""));
GetToolTip()->SetAutoPop(25000);
#endif
#if defined(HAVE_XRANDR) && HAVE_XRANDR