diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-06 17:08:04 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-06 17:08:04 +0000 |
commit | 7dd79800668e68338c2793a572b6f90ed10328b5 (patch) | |
tree | 460d7a40593e4fd0cee22c216222ef39455d2955 /Source/SPPrintAccessory.m | |
parent | 494b4df263e7c73bd7696f54264cdf953c1f6158 (diff) | |
download | sequelpro-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.m | 5 |
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 |