Removed debug log forgotten in the previous commit
This commit is contained in:
parent
2c96d49a03
commit
52bb192cff
@ -254,7 +254,6 @@ BOOL isValidTextUnicode(NSEvent* event);
|
||||
{
|
||||
NSPoint relativeToWindow = [[self window] mouseLocationOutsideOfEventStream];
|
||||
NSPoint relativeToView = [self convertPoint:relativeToWindow fromView:nil];
|
||||
NSLog(@"relativeToWindow %@\trelativeToView %@\trect %@", NSStringFromPoint(relativeToWindow), NSStringFromPoint(relativeToView), NSStringFromRect([self frame]));
|
||||
|
||||
return NSPointInRect(relativeToView, [self bounds]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user