From 6e7ec538e321aabe7cc53ff32efa90b451ec9dbd Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 26 Feb 2002 19:11:51 +0000 Subject: [PATCH] Fixed NSTabView to set the frame of the new selected view when applying it git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12803 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e1ea53f7..3e47ce544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 26 19:08:38 2002 Nicola Pero + + Patch by Michael Hanni modified - + * Source/NSTabView.m ([-selectTabViewItem:]): Set the frame of the + new selected view to content rect. + Tue Feb 26 18:26:53 2002 Nicola Pero Patch from Alexander Malmberg :