On 9/24/2015 3:28 PM, Sergey Bylokhov wrote:
I wonder why this code actually fixed the previous problem? because
NSApplicationDefined used as a mask did not cover the
NSApplicationDefinedMask.
Because NSApplicationAWT overrides - sendEvent: method end filters
NSApplicationDefined events out there.
Thanks,
Alexandr.
On 24.09.15 14:23, Alexander Scherbatiy wrote:
The fix corrects the typo introducing by the fix JDK-8068886 that
NSApplicationDefined constant is used instead of the corresponding mask
for events filtering.