aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r--Source/SPAppController.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m
index 4421f624..490edac3 100644
--- a/Source/SPAppController.m
+++ b/Source/SPAppController.m
@@ -134,7 +134,10 @@
[panel setDelegate:self];
[panel setCanChooseDirectories:NO];
[panel setAllowsMultipleSelection:YES];
- [panel setResolvesAliases:YES];
+ // TODO: it seems that setting setResolvesAliases to YES causes some
+ // problems in dragging files to the panel and changing to directory could crash SP
+ // ask Hans for details
+ // [panel setResolvesAliases:YES];
// If no lastSqlFileEncoding in prefs set it to UTF-8
if(![[NSUserDefaults standardUserDefaults] integerForKey:SPLastSQLFileEncoding]) {