Correct details related to combo box

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
qmathe 2004-08-13 23:28:50 +00:00
parent fb46ffd94f
commit 695f87e485
3 changed files with 11 additions and 6 deletions

View file

@ -456,8 +456,8 @@ static NSNotificationCenter *nc;
- (void) mouseDown: (NSEvent*)theEvent
{
BOOL buttonClicked;
// buttonClicked is set to the value YNO when the click occurs in the text cell
// and to the value YES when it occurs in the button cell
// buttonClicked is set to the value NO when the click occurs in the text cell
// and to the value YES when it occurs in the button cell.
buttonClicked = [_cell trackMouse: theEvent inRect: [self bounds]
ofView: self untilMouseUp: YES];