Fixed bug in adjusting subviews in splitview

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6240 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-09 19:41:41 +00:00
parent 0a517b8d4d
commit 882971a38a

View file

@ -1,3 +1,9 @@
Thu Mar 9 19:42:17 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSSplitView.m ([-adjustSubviews]): Fixed bug in
calculation of frames; patch by Björn Giesler
<Bjoern.Giesler@stud.uni-karlsruhe.de>.
Wed Mar 8 23:19:08 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSPopUpButton.m ([-sizeToFit]): Invoke super's implementation.