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
This commit is contained in:
Nicola Pero 2002-06-22 16:04:34 +00:00
parent 64f8c1fef7
commit f4e1aa11d8

View file

@ -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)