X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FTreeCanvas.java;fp=src%2Fjalview%2Fgui%2FTreeCanvas.java;h=dbb7e2bbac369e67d06c52bcd9a68e5c88553646;hb=90b92c1738543661c2ab1e52d6662620ed705499;hp=278e682e72a13a3723c71ffabc2693e9eb2a5dd5;hpb=5bf0d6b5cb67e66a38e82692c40426c21ba12593;p=jalview.git diff --git a/src/jalview/gui/TreeCanvas.java b/src/jalview/gui/TreeCanvas.java index 278e682..dbb7e2b 100755 --- a/src/jalview/gui/TreeCanvas.java +++ b/src/jalview/gui/TreeCanvas.java @@ -1065,15 +1065,16 @@ public class TreeCanvas extends JPanel implements MouseListener, Runnable, } } } + // indicate that associated structure views will need an update + aps[a].av.setUpdateStructures(true); } } - // notify the panel(s) to redo any group specific stuff. + // notify the panel(s) to redo any group specific stuff + // also updates structure views if necessary for (int a = 0; a < aps.length; a++) { aps[a].updateAnnotation(); - // TODO: JAL-868 - need to ensure view colour change message is broadcast - // to any Jmols listening in final AlignViewportI codingComplement = aps[a].av .getCodingComplement(); if (codingComplement != null)