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
This commit is contained in:
Nicola Pero 2002-02-26 19:11:51 +00:00
parent 1219f28358
commit d88d937f92

View file

@ -1,3 +1,9 @@
Tue Feb 26 19:08:38 2002 Nicola Pero <nicola@brainstorm.co.uk>
Patch by Michael Hanni <mhanni@yahoo.com> 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 <nicola@brainstorm.co.uk>
Patch from Alexander Malmberg <alexander@malmberg.org>: