mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:47:39 +00:00
Fixes for cursor updating
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5189 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
75bcceca6f
commit
fe4195d6e2
11 changed files with 355 additions and 274 deletions
|
@ -480,6 +480,11 @@ static Class cellClass;
|
|||
[self sendAction: [self action] to: [self target]];
|
||||
}
|
||||
|
||||
- (void) resetCursorRects
|
||||
{
|
||||
[cell resetCursorRect: bounds inView: self];
|
||||
}
|
||||
|
||||
- (BOOL) ignoresMultiClick
|
||||
{
|
||||
return NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue