Normand Briere
2019-05-05 631719825b865aaf9fa1cb124d9fc5bd9dd78bd4
CameraPane.java
....@@ -13656,6 +13656,10 @@
1365613656 // wasliveok = true;
1365713657 // waslive = false;
1365813658
13659
+ // May 2019 Forget it:
13660
+ if (true)
13661
+ return;
13662
+
1365913663 // source == timer
1366013664 if (mouseDown)
1366113665 {
....@@ -14359,7 +14363,7 @@
1435914363 boolean control = ((modifiers & CTRL) != 0); // june 2013: for point selection
1436014364 boolean command = ((modifiers & COMMAND) != 0); // june 2013: for multiple selection
1436114365
14362
- if (control || command || IsFrozen())
14366
+// No delay if (control || command || IsFrozen())
1436314367 timeout = true;
1436414368 // ?? May 2019 else
1436514369 // timer.setDelay((modifiers & 128) != 0?0:350);