From: amwaterhouse Date: Fri, 28 Jul 2006 13:16:50 +0000 (+0000) Subject: Dont set all feature descriptions on status bar X-Git-Tag: Release_2_1~169 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c5686f69faaacccf1ef149057388c4d9425542d5;p=jalview.git Dont set all feature descriptions on status bar --- diff --git a/src/jalview/appletgui/SeqPanel.java b/src/jalview/appletgui/SeqPanel.java index 6869964..748a789 100755 --- a/src/jalview/appletgui/SeqPanel.java +++ b/src/jalview/appletgui/SeqPanel.java @@ -519,7 +519,6 @@ public class SeqPanel if (obj != null) { - if (obj != "") { text.append(obj + " (" + @@ -532,6 +531,8 @@ public class SeqPanel seqCanvas.pdbCanvas.highlightRes(sequence.findPosition(res)); } + ap.alignFrame.statusBar.setText(text.toString()); + // use aa to see if the mouse pointer is on a if (av.showSequenceFeatures @@ -568,14 +569,7 @@ public class SeqPanel tooltip.repaint(); - // text.append(" Sequence Feature:"); - // text.append(featureText); - } - - - ap.alignFrame.statusBar.setText(text.toString()); - } Vector getAllFeaturesAtRes(SequenceI seq, int res)