CameraPane.java
.. .. @@ -14377,7 +14377,7 @@ 14377 14377 info.camera = renderCamera; 14378 14378 info.x = x; 14379 14379 info.y = y; 14380 - object.manipWindow.copy14380 + object.GetWindow().copy14381 14381 .doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0); 14382 14382 } else 14383 14383 { .. .. @@ -15378,7 +15378,7 @@ 15378 15378 } 15379 15379 */ 15380 15380 15381 - object.editWindow.EditSelection();15381 + object.editWindow.EditSelection(false);15382 15382 } 15383 15383 15384 15384 void SelectParent()