mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 23:30:48 +00:00
Source/NSOutlineView.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13194 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8da1c21686
commit
9904d58b7f
1 changed files with 5 additions and 0 deletions
|
@ -1081,6 +1081,11 @@ static int _levelForItem(NSOutlineView *outline,
|
||||||
return NSDragOperationCopy;
|
return NSDragOperationCopy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void) draggingExited: (id <NSDraggingInfo>) sender
|
||||||
|
{
|
||||||
|
[self setNeedsDisplayInRect: oldDraggingRect];
|
||||||
|
[self displayIfNeeded];
|
||||||
|
}
|
||||||
|
|
||||||
- (unsigned int) draggingUpdated: (id <NSDraggingInfo>) sender
|
- (unsigned int) draggingUpdated: (id <NSDraggingInfo>) sender
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue