X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.g2d%2Fsrc%2Forg%2Fsimantics%2Fg2d%2Fparticipant%2FMultitouchPanZoomRotateInteractor.java;h=95cd9c029c1df6a409a247154c7db07747068b01;hb=bc195f999a0a3f4571ff45342327223b4b480750;hp=3e1f625b8fc1d8f534e9c1c008418b4f5aac20e8;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git 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();