Fixed delegate of a split view constraining the split position

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15970 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-02-16 03:21:56 +00:00
parent 2f0f4f1d0d
commit e1b342140b

View file

@ -1,3 +1,9 @@
Sun Feb 16 04:13:46 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSSplitView.m ([-mouseDown:]): Fixed calling delegate
method to constrain split position. Patch By Enrico Sersale,
with changes.
2003-02-16 04:14 Alexander Malmberg <alexander@malmberg.org>
* Headers/gnustep/gui/GSLayoutManager.h, Source/GSLayoutManager.m: