From d81df878a5f058fac068d8c7850f749434689ded Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 25 Jan 2012 22:17:53 +0000 Subject: [PATCH] * 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 --- ChangeLog | 6 +++++- Source/NSClipView.m | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd867904c..85c7b20b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2012-01-25 Eric Wasylishen + + * Source/NSClipView.m: Disable copy-on-scroll until after release + 2012-01-25 Eric Wasylishen - * Source/NSClipView (-constrainScrollPoint:): Revert last change + * Source/NSClipView.m (-constrainScrollPoint:): Revert last change until after the release. 2012-01-24 Fred Kiefer diff --git a/Source/NSClipView.m b/Source/NSClipView.m index 5e0a87ed4..9873016c5 100644 --- a/Source/NSClipView.m +++ b/Source/NSClipView.m @@ -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