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