GroupEditor.java
.. .. @@ -969,7 +969,7 @@ 969 969 970 970 flashIt = false; 971 971 CameraPane pane = (CameraPane) target; 972 - pane.clickStart(objEditor.location.x, objEditor.location.y, 0);972 + pane.clickStart(objEditor.location.x, objEditor.location.y, 0, 0);973 973 pane.clickEnd(objEditor.location.x, objEditor.location.y, 0, true); 974 974 975 975 if (group.selection.size() == 1)