Merge 2402ad60 from honeycomb-mr1. do not merge.
LayoutLib: Fix Canvas_Delegate.native_concat(). Change-Id: I863c43d65a929816ac7c9e69addcc647dac1878b
This commit is contained in:
@@ -443,7 +443,7 @@ public final class Canvas_Delegate {
|
|||||||
AffineTransform matrixTx = matrixDelegate.getAffineTransform();
|
AffineTransform matrixTx = matrixDelegate.getAffineTransform();
|
||||||
|
|
||||||
// combine them so that the given matrix is applied after.
|
// combine them so that the given matrix is applied after.
|
||||||
currentTx.preConcatenate(matrixTx);
|
currentTx.concatenate(matrixTx);
|
||||||
|
|
||||||
// give it to the graphics2D as a new matrix replacing all previous transform
|
// give it to the graphics2D as a new matrix replacing all previous transform
|
||||||
snapshot.setTransform(currentTx);
|
snapshot.setTransform(currentTx);
|
||||||
|
|||||||
Reference in New Issue
Block a user