aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesPreferencePane.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTablesPreferencePane.m')
-rw-r--r--Source/SPTablesPreferencePane.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPTablesPreferencePane.m b/Source/SPTablesPreferencePane.m
index 5c55af94..f89849ec 100644
--- a/Source/SPTablesPreferencePane.m
+++ b/Source/SPTablesPreferencePane.m
@@ -93,4 +93,9 @@
return NO;
}
+- (void)preferencePaneWillBeShown
+{
+ [self updateDisplayedTableFontName];
+}
+
@end