From c70543a5e5afb001f7cc4d6e3bb45ed943003a64 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 9 Jan 2012 23:58:15 +0000 Subject: Fix the indexes view not restoring the use vertical table view gridlines preference. --- Source/SPTableStructure.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source') 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 -- cgit v1.2.3