diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-01 01:26:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-01 01:26:24 +0000 |
commit | 99ddc3164f3e7da15bf65e663a939e9d7009fcd4 (patch) | |
tree | 4c4629096e8b41a7199a82991528aaf753d816e8 /Source/TableDocument.m | |
parent | a291267ca72e112a33693e72c5a269d104ebd900 (diff) | |
download | sequelpro-99ddc3164f3e7da15bf65e663a939e9d7009fcd4.tar.gz sequelpro-99ddc3164f3e7da15bf65e663a939e9d7009fcd4.tar.bz2 sequelpro-99ddc3164f3e7da15bf65e663a939e9d7009fcd4.zip |
Enable the display of vertical grid lines in the table relations table view.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 6cbccd60..83b68bd4 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -165,6 +165,7 @@ [prefs addObserver:tableSourceInstance forKeyPath:SPDisplayTableViewVerticalGridlines options:NSKeyValueObservingOptionNew context:NULL]; [prefs addObserver:tableContentInstance forKeyPath:SPDisplayTableViewVerticalGridlines options:NSKeyValueObservingOptionNew context:NULL]; [prefs addObserver:customQueryInstance forKeyPath:SPDisplayTableViewVerticalGridlines options:NSKeyValueObservingOptionNew context:NULL]; + [prefs addObserver:tableRelationsInstance forKeyPath:SPDisplayTableViewVerticalGridlines options:NSKeyValueObservingOptionNew context:NULL]; // Register observers for when the logging preference changes [prefs addObserver:[SPQueryController sharedQueryController] forKeyPath:SPConsoleEnableLogging options:NSKeyValueObservingOptionNew context:NULL]; |