diff options
author | stuconnolly <stuart02@gmail.com> | 2012-03-17 23:03:25 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-03-17 23:03:25 +0000 |
commit | be3263f8158cb6f3dfa1005f49beefa7e494b852 (patch) | |
tree | 07aee34c6e5fff1cfe693b38195b2232a054196a /Source/SPConnectionController.h | |
parent | e2fbd102c251671d42c33c5e748ceb06c4926ceb (diff) | |
download | sequelpro-be3263f8158cb6f3dfa1005f49beefa7e494b852.tar.gz sequelpro-be3263f8158cb6f3dfa1005f49beefa7e494b852.tar.bz2 sequelpro-be3263f8158cb6f3dfa1005f49beefa7e494b852.zip |
Fix drag and drop of items that aren't selected.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index a069253b..e8ee5e9d 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -172,6 +172,7 @@ BOOL favoriteNameFieldWasTouched; #ifndef SP_REFACTOR /* ivars */ + NSArray *draggedNodes; NSImage *folderImage; SPTreeNode *favoritesRoot; |