mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:40:37 +00:00
* 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:
parent
e1aff0a971
commit
d81df878a5
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue