git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-04 15:06:00 +00:00
parent 3cfafe1499
commit 9ab12bd316
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ static Class cellClass;
[cell setControlView: nil];
[aCell setControlView: self];
ASSIGN(ell, aCell);
ASSIGN(cell, aCell);
}
/*

View file

@ -1322,7 +1322,7 @@ static Class responderClass;
break;
case NSLeftMouseUp: // Left mouse up
v = [content_view hitTest: [theEvent locationInWindow]];
v = first_responder; /* Send to the view that got the mouse down. */
[v mouseUp: theEvent];
last_point = [theEvent locationInWindow];
break;