From ab0fc569ea04da7a6b373bbe6b1d68f2bacd401c Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 22 Jun 2002 16:04:34 +0000 Subject: [PATCH] Use -rotateByDegrees:, not -rotateByAngle:, to rotate an Affine transform git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13939 72102866-910b-0410-8b05-ffd578937521 --- Source/NSView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSView.m b/Source/NSView.m index 81f844b6e..4e8f525ae 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -693,7 +693,7 @@ GSSetDragTypes(NSView* obj, NSArray *types) { (*invalidateImp)(self, invalidateSel); } - [_boundsMatrix rotateByAngle: angle]; + [_boundsMatrix rotateByDegrees: angle]; _is_rotated_from_base = _is_rotated_or_scaled_from_base = YES; if (_post_bounds_changes)