mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 18:26:23 +00:00
Reset cursor rectangles when a view is scrolled.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25645 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
03a4a96a40
commit
ff151b6e46
2 changed files with 6 additions and 0 deletions
|
@ -214,6 +214,7 @@ static inline NSRect integralRect (NSRect rect, NSView *view)
|
|||
- (void) scrollToPoint: (NSPoint)aPoint
|
||||
{
|
||||
[self setBoundsOrigin: [self constrainScrollPoint: aPoint]];
|
||||
[self resetCursorRects];
|
||||
}
|
||||
|
||||
- (void) setBounds: (NSRect)b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue