mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 18:31:53 +00:00
Fixed: Touch point incorrect position when editing nested layers
This commit is contained in:
@@ -1655,6 +1655,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
if (depthStateUnderCursor.matrix != null) {
|
||||
matrix = matrix.preConcatenate(new Matrix(depthStateUnderCursor.matrix));
|
||||
}
|
||||
matrix = matrix.concatenate(getParentMatrix());
|
||||
Matrix scaleMatrix = Matrix.getScaleInstance(getRealZoom() / SWF.unitDivisor);
|
||||
|
||||
matrix = matrix.preConcatenate(scaleMatrix);
|
||||
|
||||
Reference in New Issue
Block a user