Normand Briere
2019-06-24 47cd0f0a3870d843cb758535316060d30f15c811
CameraPane.java
....@@ -14377,7 +14377,7 @@
1437714377 info.camera = renderCamera;
1437814378 info.x = x;
1437914379 info.y = y;
14380
- object.manipWindow.copy
14380
+ object.GetWindow().copy
1438114381 .doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0);
1438214382 } else
1438314383 {
....@@ -15378,7 +15378,7 @@
1537815378 }
1537915379 */
1538015380
15381
- object.editWindow.EditSelection();
15381
+ object.editWindow.EditSelection(false);
1538215382 }
1538315383
1538415384 void SelectParent()