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
This commit is contained in:
Nicola Pero 2000-06-15 18:04:51 +00:00
parent 7ec7b23e85
commit 78321cfc7d

View file

@ -1,3 +1,8 @@
Thu Jun 15 20:09:55 2000 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSScrollView.m ([-reflectScrolledClipView:]): If needed,
scroll the header view too.
Thu Jun 15 15:25:32 2000 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSTableView.m ([-columnAtPoint:]): Fixed fatal typo.