diff --git a/src/macosx/native/sun/awt/AWTView.m b/src/macosx/native/sun/awt/AWTView.m index f46714c9ee9818a93ef15e4bfe6cbbc6d9c75a43..b4cb30aa13c3f464ed998b250ea4fdc4a67d4228 100644 --- a/src/macosx/native/sun/awt/AWTView.m +++ b/src/macosx/native/sun/awt/AWTView.m @@ -188,7 +188,9 @@ AWT_ASSERT_APPKIT_THREAD; #endif } } else { +#if IM_DEBUG NSLog(@"-> IM does not want to handle event"); +#endif [self deliverJavaMouseEvent: event]; } }