X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Fparticipant%2FMultitouchPanZoomRotateInteractor.java;h=95cd9c029c1df6a409a247154c7db07747068b01;hp=3e1f625b8fc1d8f534e9c1c008418b4f5aac20e8;hb=1dfeb7d5c49b1391cd9d877e1eddab18995cb151;hpb=c13c4179bda758e77fe1f2032d3c4268bb9e3120 diff --git a/bundles/org.simantics.g2d/src/org/simantics/g2d/participant/MultitouchPanZoomRotateInteractor.java b/bundles/org.simantics.g2d/src/org/simantics/g2d/participant/MultitouchPanZoomRotateInteractor.java index 3e1f625b8..95cd9c029 100644 --- a/bundles/org.simantics.g2d/src/org/simantics/g2d/participant/MultitouchPanZoomRotateInteractor.java +++ b/bundles/org.simantics.g2d/src/org/simantics/g2d/participant/MultitouchPanZoomRotateInteractor.java @@ -138,7 +138,7 @@ public class MultitouchPanZoomRotateInteractor extends AbstractCanvasParticipant double t_y = b1_y - s_x * a1_y - s_y * a1_x; double mat[] = new double[] {s_x, s_y, -s_y, s_x, t_x, t_y}; - AffineTransform at = new AffineTransform(mat); + AffineTransform at = new AffineTransform(mat); setDirty(); AffineTransform gat = util.getTransform();