We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3ae59 commit 90f8699Copy full SHA for 90f8699
Applications/Preferences/Modules/Font/Font.m
@@ -403,7 +403,11 @@ - (IBAction)enableAntiAliasingChanged:(id)sender
403
[self setWMFont:font forKey:@"MenuTextFont"];
404
[self setWMFont:[NSFont fontWithName:fontName size:fontSize - 3.0] forKey:@"IconTitleFont"];
405
[self setWMFont:[NSFont fontWithName:fontName size:fontSize * 2.0] forKey:@"LargeDisplayFont"];
406
-
+
407
+ [[NSDistributedNotificationCenter defaultCenter]
408
+ postNotificationName:WMDidChangeAppearanceSettingsNotification
409
+ object:@"GSWorkspaceNotification"];
410
411
[self updateUI];
412
}
413
0 commit comments