Loading widget/cocoa/nsLookAndFeel.mm +6 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,12 @@ bool nsLookAndFeel::NativeGetFont(FontID aID, nsString& aFontName, gfxFontStyle& name:@"AppleAquaScrollBarVariantChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately]; [NSDistributedNotificationCenter.defaultCenter addObserver:self selector:@selector(cachedValuesChanged) name:@"AppleNoRedisplayAppearancePreferenceChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce]; [NSDistributedNotificationCenter.defaultCenter addObserver:self selector:@selector(cachedValuesChanged) Loading Loading
widget/cocoa/nsLookAndFeel.mm +6 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,12 @@ bool nsLookAndFeel::NativeGetFont(FontID aID, nsString& aFontName, gfxFontStyle& name:@"AppleAquaScrollBarVariantChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately]; [NSDistributedNotificationCenter.defaultCenter addObserver:self selector:@selector(cachedValuesChanged) name:@"AppleNoRedisplayAppearancePreferenceChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce]; [NSDistributedNotificationCenter.defaultCenter addObserver:self selector:@selector(cachedValuesChanged) Loading