Normand Briere
2019-05-05 44b1501b5c4cd60ea67cc3d0971ed53f53b594e6
GroupEditor.java
....@@ -969,7 +969,7 @@
969969
970970 flashIt = false;
971971 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);
973973 pane.clickEnd(objEditor.location.x, objEditor.location.y, 0, true);
974974
975975 if (group.selection.size() == 1)