Normand Briere
2019-06-25 d2f456cf5280f59425084532bd2397ec625f7577
CameraPane.java
....@@ -10481,6 +10481,7 @@
1048110481 ANTIALIAS = 0;
1048210482 //System.out.println("RESTART");
1048310483 AAtimer.restart();
10484
+ Globals.TIMERRUNNING = true;
1048410485 }
1048510486 }
1048610487 }
....@@ -13840,6 +13841,7 @@
1384013841 else
1384113842 if (evt.getSource() == AAtimer)
1384213843 {
13844
+ Globals.TIMERRUNNING = false;
1384313845 if (mouseDown)
1384413846 {
1384513847 //new Exception().printStackTrace();
....@@ -13914,6 +13916,7 @@
1391413916 return;
1391513917
1391613918 AAtimer.restart(); //
13919
+ Globals.TIMERRUNNING = true;
1391713920
1391813921 // waslive = LIVE;
1391913922 // LIVE = false;
....@@ -14377,7 +14380,7 @@
1437714380 info.camera = renderCamera;
1437814381 info.x = x;
1437914382 info.y = y;
14380
- object.manipWindow.copy
14383
+ object.GetWindow().copy
1438114384 .doEditDrag(info, (modifiers & MouseEvent.BUTTON3_MASK) != 0);
1438214385 } else
1438314386 {
....@@ -15378,7 +15381,7 @@
1537815381 }
1537915382 */
1538015383
15381
- object.editWindow.EditSelection();
15384
+ object.editWindow.EditSelection(false);
1538215385 }
1538315386
1538415387 void SelectParent()