]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/participant/MultitouchPanZoomRotateInteractor.java
Replace System.err and System.out with SLF4J Logging
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / participant / MultitouchPanZoomRotateInteractor.java
index 3e1f625b8fc1d8f534e9c1c008418b4f5aac20e8..95cd9c029c1df6a409a247154c7db07747068b01 100644 (file)
@@ -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();