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