зеркало из https://github.com/github/Rebel.git
Родитель
6b0f6ce080
Коммит
18a1f135ba
|
@ -135,7 +135,7 @@
|
||||||
NSDrawThreePartImage(dstRect, leftEdge, center, rightEdge, NO, op, alpha, flipped);
|
NSDrawThreePartImage(dstRect, leftEdge, center, rightEdge, NO, op, alpha, flipped);
|
||||||
} else {
|
} else {
|
||||||
// Vertical three-part image.
|
// Vertical three-part image.
|
||||||
NSDrawThreePartImage(dstRect, topEdge, center, bottomEdge, YES, op, alpha, flipped);
|
NSDrawThreePartImage(dstRect, (flipped ? bottomEdge : topEdge), center, (flipped ? topEdge : bottomEdge), YES, op, alpha, flipped);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче