mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Implement 'adjustScroll:'
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4391 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df6122231f
commit
9390d23299
1 changed files with 1 additions and 1 deletions
|
@ -1453,7 +1453,7 @@ static SEL invalidateSel = @selector(_invalidateCoordinates);
|
|||
*/
|
||||
- (NSRect) adjustScroll: (NSRect)newVisible
|
||||
{
|
||||
return NSZeroRect;
|
||||
return newVisible;
|
||||
}
|
||||
|
||||
- (BOOL) autoscroll: (NSEvent*)theEvent
|
||||
|
|
Loading…
Reference in a new issue