From 62eda7c2456a48e40300c5faa3ea3e5bb9198b38 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 28 Jan 2001 03:13:49 +0000 Subject: [PATCH] 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa483e4e7..ddac42a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Jan 28 01:37:53 2001 Nicola Pero + + * 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 * Source/NSBrowser.m ([-_adjustMatrixOfColumn:]): Fixed position