mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +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
f7eddc1aae
commit
3c0952b01f
1 changed files with 5 additions and 0 deletions
|
@ -1081,6 +1081,11 @@ static int _levelForItem(NSOutlineView *outline,
|
|||
return NSDragOperationCopy;
|
||||
}
|
||||
|
||||
- (void) draggingExited: (id <NSDraggingInfo>) sender
|
||||
{
|
||||
[self setNeedsDisplayInRect: oldDraggingRect];
|
||||
[self displayIfNeeded];
|
||||
}
|
||||
|
||||
- (unsigned int) draggingUpdated: (id <NSDraggingInfo>) sender
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue