From eda323eadd5586ab36a152591dbb79bbbbe0e6d5 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 17 Feb 1999 12:53:15 +0000 Subject: [PATCH] Another tidyup git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3739 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b81044aa..c2bd86dce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ Wed Feb 17 11:50:00 1999 Richard Frith-Macdonald * Source/NSView.m: Tidyup - visibleRect is empty if we have no window. * Source/NSText.m: ([-redisplayForLineRange:]) fixed error drawing into wrong view. + * Source/NSCell.m: When starting to edit cell text, set the frame of + the text object after adding to the view so it gets sized correctly. Wed Feb 17 9:04:00 1999 Richard Frith-Macdonald