зеркало из https://github.com/github/Rebel.git
Merge remote-tracking branch 'origin/master' into rblresizableimage-tests
This commit is contained in:
Коммит
92dfdee249
|
@ -135,7 +135,7 @@
|
|||
NSDrawThreePartImage(dstRect, leftEdge, center, rightEdge, NO, op, alpha, flipped);
|
||||
} else {
|
||||
// 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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче