diff --git a/AppKit/CPScrollView.j b/AppKit/CPScrollView.j index 15af71088..93fb6b374 100644 --- a/AppKit/CPScrollView.j +++ b/AppKit/CPScrollView.j @@ -213,7 +213,7 @@ var CPScrollerStyleGlobal = CPScrollerStyleOverlay, @param aStyle the scroller style to set all scroller views to use (CPScrollerStyleLegacy or CPScrollerStyleOverlay) */ -+ (int)setGlobalScrollerStyle:(int)aStyle ++ (void)setGlobalScrollerStyle:(int)aStyle { CPScrollerStyleGlobal = aStyle; [[CPNotificationCenter defaultCenter] postNotificationName:CPScrollerStyleGlobalChangeNotification object:nil]; diff --git a/AppKit/_CPAutocompleteMenu.j b/AppKit/_CPAutocompleteMenu.j index 00ac084a8..2aaafd81f 100644 --- a/AppKit/_CPAutocompleteMenu.j +++ b/AppKit/_CPAutocompleteMenu.j @@ -55,7 +55,7 @@ var _CPAutocompleteMenuMaximumHeight = 307; [_menuWindow setLevel:CPPopUpMenuWindowLevel]; [_menuWindow setHasShadow:YES]; [_menuWindow setShadowStyle:CPMenuWindowShadowStyle]; - [_menuWindow setAcceptsMouseMovedEvents:NO]; + [_menuWindow setAcceptsMouseMovedEvents:YES]; [_menuWindow setBackgroundColor:[_CPMenuWindow backgroundColorForBackgroundStyle:_CPMenuWindowPopUpBackgroundStyle]]; var contentView = [_menuWindow contentView];