Normand Briere
2019-11-07 dbbcbd6f6bd5b9c6eb194130ab471045faaf4955
Revert
2 files modified
14 ■■■■ changed files
Biparam.java 10 ●●●● patch | view | raw | blame | history
SuperEditor.java 4 ●●●● patch | view | raw | blame | history
Biparam.java
....@@ -37,11 +37,11 @@
3737 bRep.SetVertex(v, i);
3838 }
3939
40
- if (reset)
41
- {
42
- this.recalculate();
43
- reset = false;
44
- }
40
+// if (reset)
41
+// {
42
+// this.recalculate();
43
+// reset = false;
44
+// }
4545
4646 super.DrawNode(display, root, selected);
4747 }
SuperEditor.java
....@@ -68,8 +68,8 @@
6868
6969 oe.ctrlPanel.Return();
7070
71
- northField.setFloat(superE.north);
72
- eastField.setFloat(superE.east);
71
+ northField.setFloat(superE.north / 2);
72
+ eastField.setFloat(superE.east / 2);
7373 }
7474
7575 public void closeUI()