Fixed scrolling behaviour.

CQTexperiment
vspader 2008-03-04 01:14:51 +00:00
parent f0e6c8bb2b
commit 569a3e79cc
2 changed files with 3 additions and 1 deletions

View File

@ -562,7 +562,8 @@
pe.current = YES;
//[tableView scrollRowToVisible:pe.index];
if (pe != nil)
[tableView scrollRowToVisible:pe.index];
[pe retain];
[currentEntry release];

View File

@ -333,4 +333,5 @@
return NSDragOperationCopy;
}
@end