diff options
author | rowanbeentje <rowan@beent.je> | 2011-04-10 15:35:43 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-04-10 15:35:43 +0000 |
commit | 0930c6b49fa7988cb14bdd5fe81c71d5d27f1936 (patch) | |
tree | 53815f39cfd69070e908c148f9f48b76ff512645 /Source/SPTablesList.h | |
parent | 15d0b8bac7736e249e121492ea119e43b61d6bca (diff) | |
download | sequelpro-0930c6b49fa7988cb14bdd5fe81c71d5d27f1936.tar.gz sequelpro-0930c6b49fa7988cb14bdd5fe81c71d5d27f1936.tar.bz2 sequelpro-0930c6b49fa7988cb14bdd5fe81c71d5d27f1936.zip |
- Add support in SPTableView to disable edit-on-tab behaviour
- Use this new support in SPTablesList to prevent the tab key entering rename mode when focus is on the table list - this addresses Issue #1028
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index d4623f40..42f49f60 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -25,7 +25,7 @@ #import <MCPKit/MCPKit.h> -@class SPHistoryController; +@class SPHistoryController, SPTableView; @interface NSObject (NSSplitView) @@ -51,7 +51,7 @@ IBOutlet SPHistoryController *spHistoryControllerInstance; IBOutlet id copyTableSheet; - IBOutlet id tablesListView; + IBOutlet SPTableView *tablesListView; IBOutlet id copyTableButton; IBOutlet id copyTableNameField; IBOutlet id copyTableMessageField; |