mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:30:44 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4358 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cfafe1499
commit
9ab12bd316
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ static Class cellClass;
|
|||
[cell setControlView: nil];
|
||||
[aCell setControlView: self];
|
||||
|
||||
ASSIGN(ell, aCell);
|
||||
ASSIGN(cell, aCell);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue