diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-01 10:14:01 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-01 10:14:01 +0000 |
commit | 14062fe0ece8aeedf82ac29dd2daef733313a7b4 (patch) | |
tree | d22057c267a169b62522e13143f00698b82a2eb0 /Source | |
parent | a49f7140df2910a998241af13d9539aa9ad4161c (diff) | |
download | sequelpro-14062fe0ece8aeedf82ac29dd2daef733313a7b4.tar.gz sequelpro-14062fe0ece8aeedf82ac29dd2daef733313a7b4.tar.bz2 sequelpro-14062fe0ece8aeedf82ac29dd2daef733313a7b4.zip |
• removed command to make the CustomQuery's table first responder after performing queries for now to avoid exceptions like in 1527
- not sure why, it seems to be a thread issue
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPCustomQuery.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index a274705f..a8e3fcd9 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -850,7 +850,6 @@ [tableDocumentInstance endTask]; - [customQueryView makeFirstResponder]; // Restore selection indexes if appropriate if (selectionIndexToRestore) [customQueryView selectRowIndexes:selectionIndexToRestore byExtendingSelection:NO]; |