* Source/NSClipView.m: Disable copy-on-scroll until after release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34631 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ericwa 2012-01-25 22:17:53 +00:00
parent cb99611173
commit 0d31480972
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,10 @@
2012-01-25 Eric Wasylishen <ericwa@ericwa-MacBook>
* Source/NSClipView.m: Disable copy-on-scroll until after release
2012-01-25 Eric Wasylishen <ewasylishen@gmail.com>
* Source/NSClipView (-constrainScrollPoint:): Revert last change
* Source/NSClipView.m (-constrainScrollPoint:): Revert last change
until after the release.
2012-01-24 Fred Kiefer <FredKiefer@gmx.de>

View file

@ -255,7 +255,8 @@ static inline NSRect integralRect (NSRect rect, NSView *view)
return;
}
if (_copiesOnScroll && _window && [_window gState])
// FIXME: Re-enable after release
if (NO) //_copiesOnScroll && _window && [_window gState])
{
/* Copy the portion of the view that is common before and after
scrolling. Then, document view needs to redraw the remaining