mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
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:
parent
fb46ffd94f
commit
695f87e485
3 changed files with 11 additions and 6 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue