* 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:
Eric Wasylishen 2012-01-25 22:17:53 +00:00
parent e1aff0a971
commit d81df878a5
2 changed files with 7 additions and 2 deletions

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