Ensure we get mouse moved events.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier 2009-03-04 23:34:52 +00:00
parent 8bf6f04451
commit 826da45133

View File

@ -381,6 +381,8 @@ long style, long extraStyle, const wxString& name )
[m_macWindow setDelegate:controller];
[m_macWindow setAcceptsMouseMovedEvents: YES];
// [m_macWindow makeKeyAndOrderFront:nil];
}