From: amwaterhouse Date: Wed, 11 Apr 2007 12:59:27 +0000 (+0000) Subject: featureAdded not in applet X-Git-Tag: Release_2_3~262 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=05ecc2de6c739e536b7fe198a4cd2402491cc66f;hp=c2404cecc845332c659d1a42bda51576235ba92b;p=jalview.git featureAdded not in applet --- diff --git a/src/MCview/AppletPDBCanvas.java b/src/MCview/AppletPDBCanvas.java index b2646bc..0c7320d 100755 --- a/src/MCview/AppletPDBCanvas.java +++ b/src/MCview/AppletPDBCanvas.java @@ -95,8 +95,8 @@ public class AppletPDBCanvas try{ pdb = ssm.setMapping(seq, pdbentry.getFile(), protocol); - if (fr!=null) - fr.featuresAdded(); + //if (fr!=null) + // fr.featuresAdded(); }catch(Exception ex) { ex.printStackTrace();