Fixed bug in NSClipView when switching from a non-flipped document view

(such as nil) to a flipped one (such as a matrix).  This would typically
show up in problems in the browser


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-01-28 03:13:49 +00:00
parent edc7075a61
commit 62eda7c245

View file

@ -1,3 +1,12 @@
Sun Jan 28 01:37:53 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSClipView.m ([-setDocumentView:]): Bug fix: recompute
flipped flag and invalidate coordinates immediately after setting
the new document view.
* Source/NSBrowser.m ([-_adjustMatrixOfColumn:]): As a
consequence, removed hack introduced with last change: no longer
needed.
Sat Jan 27 13:46:44 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSBrowser.m ([-_adjustMatrixOfColumn:]): Fixed position