From dbbcbd6f6bd5b9c6eb194130ab471045faaf4955 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 06 Nov 2019 23:19:48 -0500 Subject: [PATCH] Revert --- SuperEditor.java | 4 ++-- Biparam.java | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Biparam.java b/Biparam.java index fd069b1..6a171a0 100644 --- a/Biparam.java +++ b/Biparam.java @@ -37,11 +37,11 @@ bRep.SetVertex(v, i); } - if (reset) - { - this.recalculate(); - reset = false; - } +// if (reset) +// { +// this.recalculate(); +// reset = false; +// } super.DrawNode(display, root, selected); } diff --git a/SuperEditor.java b/SuperEditor.java index dfb8fbc..ec56f6f 100644 --- a/SuperEditor.java +++ b/SuperEditor.java @@ -68,8 +68,8 @@ oe.ctrlPanel.Return(); - northField.setFloat(superE.north); - eastField.setFloat(superE.east); + northField.setFloat(superE.north / 2); + eastField.setFloat(superE.east / 2); } public void closeUI() -- Gitblit v1.6.2