diff options
author | stuconnolly <stuart02@gmail.com> | 2012-08-14 10:30:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-08-14 10:30:24 +0000 |
commit | bd475802f1cea9690bad0a46459fdf8120b51df4 (patch) | |
tree | 70bf7745c0654f2f575d1336b5ed517b5605bb50 /Source/SPTableStructure.m | |
parent | f342cbb6c42aa92b4f2224c1158ad242475bdcb9 (diff) | |
download | sequelpro-bd475802f1cea9690bad0a46459fdf8120b51df4.tar.gz sequelpro-bd475802f1cea9690bad0a46459fdf8120b51df4.tar.bz2 sequelpro-bd475802f1cea9690bad0a46459fdf8120b51df4.zip |
Filter window should observe use table view gridlines preference.
Diffstat (limited to 'Source/SPTableStructure.m')
-rw-r--r-- | Source/SPTableStructure.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m index deaa4107..baf2a6f4 100644 --- a/Source/SPTableStructure.m +++ b/Source/SPTableStructure.m @@ -241,7 +241,6 @@ */ - (IBAction)addField:(id)sender { - // Check whether table editing is permitted (necessary as some actions - eg table double-click - bypass validation) if ([tableDocumentInstance isWorking] || [tablesListInstance tableType] != SPTableTypeTable) return; |