Fixed scrolling behaviour.
parent
f0e6c8bb2b
commit
569a3e79cc
|
@ -562,7 +562,8 @@
|
|||
|
||||
pe.current = YES;
|
||||
|
||||
//[tableView scrollRowToVisible:pe.index];
|
||||
if (pe != nil)
|
||||
[tableView scrollRowToVisible:pe.index];
|
||||
|
||||
[pe retain];
|
||||
[currentEntry release];
|
||||
|
|
|
@ -333,4 +333,5 @@
|
|||
return NSDragOperationCopy;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue