git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73641
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// we are getting moved events for all windows in the hierarchy, not something wx expects
// therefore we only handle it for the deepest child in the hierarchy
{
// we are getting moved events for all windows in the hierarchy, not something wx expects
// therefore we only handle it for the deepest child in the hierarchy
- if ( [event type] == NSMouseMoved )
+ if ( 1 /* [event type] == NSMouseMoved */ )
{
NSView* hitview = [[[slf window] contentView] hitTest:[event locationInWindow]];
if ( hitview == NULL || hitview != slf)
{
NSView* hitview = [[[slf window] contentView] hitTest:[event locationInWindow]];
if ( hitview == NULL || hitview != slf)