From: jprocter Date: Wed, 29 Jun 2011 16:52:22 +0000 (+0100) Subject: preliminary patch to reduce problem observed in JAL-546 X-Git-Tag: Release_2_7~169 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4729e0d54d881dd53433a7bb85ce486f9ac37265;hp=b949d2a0b53aa810d1f3dbfad21f5f0324bbf44c;p=jalview.git preliminary patch to reduce problem observed in JAL-546 --- diff --git a/src/jalview/appletgui/IdwidthAdjuster.java b/src/jalview/appletgui/IdwidthAdjuster.java index a6bbdd3..77c0ca8 100755 --- a/src/jalview/appletgui/IdwidthAdjuster.java +++ b/src/jalview/appletgui/IdwidthAdjuster.java @@ -78,9 +78,9 @@ public class IdwidthAdjuster extends Panel implements MouseListener, { ap.setIdWidth(d.width + dif, d.height); this.setSize(d.width + dif, getSize().height); + oldX = evt.getX(); } - oldX = evt.getX(); } public void mouseMoved(MouseEvent evt)