From 9093d87f617e22b19fba3e0ab8ec0aa247fac451 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 1 Jun 2000 19:58:51 +0000 Subject: [PATCH] Fixed position of parts in NSTableView in certain situations git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6629 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 414f468df..facf75212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 1 21:50:34 2000 Nicola Pero + + * Source/NSScrollView.m ([NSScrollView -tile]): Fixed position of + corner view when there is no horizontal scrollview; fixed position + of parts when there is a header view but not a horizontal + scrollview. + 2000-05-24 Georg Fleischmann * gui/Model/GMAppKit.m @@ -21,7 +28,7 @@ 2000-05-12 Georg Fleischmann - * gui/Model/GMAppKit.m + * Model/GMAppKit.m ([NSScrollView(GMArchiverMethods) -initWithModelUnarchiver:]): move unarchiving of backgroundColor behind documentView