mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Fixed minor error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3943 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80dbb9b1fc
commit
150b4fe037
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ static NSAffineTransformStruct identityTransform = {
|
|||
|
||||
if (rotationAngle == 0)
|
||||
{
|
||||
*new = NSZeroRect;
|
||||
*new = rect;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue