From 78321cfc7dd13b320c9087f1b63eb1b4d0941587 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 15 Jun 2000 18:04:51 +0000 Subject: [PATCH] Fixed a problem with scrolling of a tableview's clipview git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6683 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index e23e49ee9..1903f9dec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 15 20:09:55 2000 Nicola Pero + + * Source/NSScrollView.m ([-reflectScrolledClipView:]): If needed, + scroll the header view too. + Thu Jun 15 15:25:32 2000 Nicola Pero * Source/NSTableView.m ([-columnAtPoint:]): Fixed fatal typo.