aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintAccessory.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-08-06 17:08:04 +0000
committerstuconnolly <stuart02@gmail.com>2009-08-06 17:08:04 +0000
commit7dd79800668e68338c2793a572b6f90ed10328b5 (patch)
tree460d7a40593e4fd0cee22c216222ef39455d2955 /Source/SPPrintAccessory.m
parent494b4df263e7c73bd7696f54264cdf953c1f6158 (diff)
downloadsequelpro-7dd79800668e68338c2793a572b6f90ed10328b5.tar.gz
sequelpro-7dd79800668e68338c2793a572b6f90ed10328b5.tar.bz2
sequelpro-7dd79800668e68338c2793a572b6f90ed10328b5.zip
New shortcuts:
- Shift+Cmd+A to add the current connection to your favourites if it doesn't already exist - Shift+Cmd+I to invoke importing - Shift+Cmd+S to display the create table syntax panel
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