aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-01-09 23:58:15 +0000
committerstuconnolly <stuart02@gmail.com>2012-01-09 23:58:15 +0000
commitc70543a5e5afb001f7cc4d6e3bb45ed943003a64 (patch)
tree06ed4b972f31fb7202df9d980070b8e89e405a9a /Source
parent769ea7847b21c4eafcb32b18045b8c6a13e08c0a (diff)
downloadsequelpro-c70543a5e5afb001f7cc4d6e3bb45ed943003a64.tar.gz
sequelpro-c70543a5e5afb001f7cc4d6e3bb45ed943003a64.tar.bz2
sequelpro-c70543a5e5afb001f7cc4d6e3bb45ed943003a64.zip
Fix the indexes view not restoring the use vertical table view gridlines preference.
Diffstat (limited to 'Source')
-rw-r--r--Source/SPTableStructure.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m
index 5e308067..5993a933 100644
--- a/Source/SPTableStructure.m
+++ b/Source/SPTableStructure.m
@@ -92,6 +92,7 @@
#ifndef SP_REFACTOR /* ui manipulation */
// Set the structure and index view's vertical gridlines if required
[tableSourceView setGridStyleMask:([prefs boolForKey:SPDisplayTableViewVerticalGridlines]) ? NSTableViewSolidVerticalGridLineMask : NSTableViewGridNone];
+ [indexesTableView setGridStyleMask:([prefs boolForKey:SPDisplayTableViewVerticalGridlines]) ? NSTableViewSolidVerticalGridLineMask : NSTableViewGridNone];
#endif
// Set the double-click action in blank areas of the table to create new rows