i suck at copy-pasting
This commit is contained in:
parent
8959463882
commit
a283f4ffad
|
@ -114,6 +114,7 @@
|
||||||
|
|
||||||
if (ratioBounds.size.width < completeBounds.size.width)
|
if (ratioBounds.size.width < completeBounds.size.width)
|
||||||
[fLightGreenGradient fillRect: completeBounds angle: -90];
|
[fLightGreenGradient fillRect: completeBounds angle: -90];
|
||||||
|
[fGreenGradient fillRect: ratioBounds angle: -90];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
[fBlueGradient fillRect: completeBounds angle: -90];
|
[fBlueGradient fillRect: completeBounds angle: -90];
|
||||||
|
|
Loading…
Reference in New Issue