diff --git a/Clocker/Appearance Tab/CLAppearanceViewController.m b/Clocker/Appearance Tab/CLAppearanceViewController.m index 5c287f7..c3c0a6c 100644 --- a/Clocker/Appearance Tab/CLAppearanceViewController.m +++ b/Clocker/Appearance Tab/CLAppearanceViewController.m @@ -57,9 +57,9 @@ { if ([view isKindOfClass:[NSTextField class]]) { - NSTextField *lbl = (NSTextField *)view; + NSTextField *labels = (NSTextField *)view; - [lbl setFont:[NSFont fontWithName:fontFamily size:[[lbl font] pointSize]]]; + [labels setFont:[NSFont fontWithName:fontFamily size:[[labels font] pointSize]]]; } if (isSubViews) @@ -120,6 +120,7 @@ { sharedDelege.floatingWindow = [CLFloatingWindowController sharedFloatingWindow]; [sharedDelege.floatingWindow showWindow:nil]; + [sharedDelege.floatingWindow updateDefaultPreferences]; [sharedDelege.floatingWindow.mainTableview reloadData]; [sharedDelege.floatingWindow startWindowTimer]; [NSApp activateIgnoringOtherApps:YES];