diff --git a/dist/Whats New VASL669-10.pdf b/dist/Whats New VASL669-10.pdf new file mode 100644 index 00000000..c674255e Binary files /dev/null and b/dist/Whats New VASL669-10.pdf differ diff --git a/dist/Whats New VASL669.pdf b/dist/Whats New VASL669.pdf deleted file mode 100644 index 2c77ba35..00000000 Binary files a/dist/Whats New VASL669.pdf and /dev/null differ diff --git a/dist/buildFile b/dist/buildFile index 6c4e0b9f..f73bdbda 100644 --- a/dist/buildFile +++ b/dist/buildFile @@ -1,5 +1,5 @@ - + @@ -161,7 +161,7 @@ - + diff --git a/pom.xml b/pom.xml index 7ba41566..9885f5fb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.vasl vasl - 6.6.9 + 6.6.10 jar diff --git a/src/VASL/build/module/map/ASLPieceMover.java b/src/VASL/build/module/map/ASLPieceMover.java index 5ddd6e38..69d358d1 100644 --- a/src/VASL/build/module/map/ASLPieceMover.java +++ b/src/VASL/build/module/map/ASLPieceMover.java @@ -923,13 +923,13 @@ protected DropTargetListener getListener(DropTargetEvent e) { * @param dragX x position * @param dragY y position */ - @Deprecated(since = "2023-05-08", forRemoval = true) + //@Deprecated(since = "2023-05-08", forRemoval = true) protected void moveDragCursor(int dragX, int dragY) {} /** * Removes the drag cursor from the current draw window */ - @Deprecated(since = "2023-05-08", forRemoval = true) + //@Deprecated(since = "2023-05-08", forRemoval = true) protected void removeDragCursor() {} /** calculates the offset between cursor dragCursor positions */ @@ -1650,17 +1650,17 @@ protected void makeDragCursor(double zoom, double os_scale) { * @param dragX x position * @param dragY y position */ - /*@Override + @Override protected void moveDragCursor(int dragX, int dragY) { if (drawWin != null) { dragCursor.setLocation(dragX - drawOffset.x, dragY - drawOffset.y); } - }*/ + } /** * Removes the drag cursor from the current draw window */ - /*@Override + @Override protected void removeDragCursor() { if (drawWin != null) { if (dragCursor != null) { @@ -1669,7 +1669,7 @@ protected void removeDragCursor() { } drawWin = null; } - }*/ + } /** * creates or moves cursor object to given JLayeredPane. Usually called by setDrawWinToOwnerOf()