From 1febd24809d46e069502e27371da3063341c83d8 Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Sun, 16 Nov 2008 16:18:11 +0000 Subject: [PATCH] Correction to last commit. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27069 72102866-910b-0410-8b05-ffd578937521 --- Source/NSView.m | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Source/NSView.m b/Source/NSView.m index 26f45c63f..8e987bc2d 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -1326,11 +1326,11 @@ GSSetDragTypes(NSView* obj, NSArray *types) } else { - // FIXME: Adjust scale - [self _updateBoundsMatrix]; - // Adjust bounds _bounds = aRect; + + // FIXME: Adjust scale + [self _updateBoundsMatrix]; } [self resetCursorRects]; @@ -1385,10 +1385,11 @@ GSSetDragTypes(NSView* obj, NSArray *types) { (*invalidateImp)(self, invalidateSel); } + _bounds.size = newSize; + // FIXME: Adjust scale [self _updateBoundsMatrix]; - _bounds.size = newSize; [self resetCursorRects]; if (_post_bounds_changes) {