| Biparam.java | ●●●●● patch | view | raw | blame | history | |
| SuperEditor.java | ●●●●● patch | view | raw | blame | history | 
Biparam.java
.. .. @@ -37,11 +37,11 @@ 37 37 bRep.SetVertex(v, i); 38 38 } 39 39 40  - if (reset)41  - {42  - this.recalculate();43  - reset = false;44  - }40  +// if (reset)41  +// {42  +// this.recalculate();43  +// reset = false;44  +// }45 45 46 46 super.DrawNode(display, root, selected); 47 47 } SuperEditor.java
.. .. @@ -68,8 +68,8 @@ 68 68 69 69 oe.ctrlPanel.Return(); 70 70 71  - northField.setFloat(superE.north);72  - eastField.setFloat(superE.east);71  + northField.setFloat(superE.north / 2);72  + eastField.setFloat(superE.east / 2);73 73 } 74 74 75 75 public void closeUI()