From c7374397b0cb2f9a360d61b04485b9888164ebde Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 15 Jun 2000 18:32:52 +0000 Subject: [PATCH] Simplified scrolling of a rect inside visible area in NSView git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6685 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1903f9dec..2307118ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 15 20:29:13 2000 Nicola Pero + + * Source/NSView.m ([-scrollRectToVisible:]): Don't need to send + reflectScrolledClipView to the clipview's superview. This is done + automatically by the clipview. + Thu Jun 15 20:09:55 2000 Nicola Pero * Source/NSScrollView.m ([-reflectScrolledClipView:]): If needed,