Mouse tracking fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-03-02 12:14:38 +00:00
parent 55b55d3fee
commit 07321d77c3
4 changed files with 177 additions and 30 deletions

View file

@ -397,7 +397,7 @@ unsigned int event_mask = NSLeftMouseDownMask | NSLeftMouseUpMask |
// drawn presseddown (NSView's displayRect)
// so we call it again, one of these needs
// to be optimized out FAR FIX ME
[cell setState:![cell state]];
// [cell setState:![cell state]];
[cell highlight: NO withFrame: bounds inView: self]; // Unhighlight
[window flushWindow];
}