mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:10:38 +00:00
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:
parent
55b55d3fee
commit
07321d77c3
4 changed files with 177 additions and 30 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue