aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintAccessory.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPrintAccessory.m')
-rw-r--r--Source/SPPrintAccessory.m5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/SPPrintAccessory.m b/Source/SPPrintAccessory.m
index 0ec18b26..4237acbf 100644
--- a/Source/SPPrintAccessory.m
+++ b/Source/SPPrintAccessory.m
@@ -47,10 +47,7 @@
- (NSSet *)keyPathsForValuesAffectingPreview
{
- return [NSSet setWithObjects:
- @"defaultsController.values.PrintBackground",
-// @"defaultsController.values.PrintGrid",
- nil];
+ return [NSSet setWithObjects:@"defaultsController.values.PrintBackground", nil];
}
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context