X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FCommands.java;h=ece573dd6b7c31d829fcf70ba88e0d4a9cb5db25;hb=faf491e024f9835435f5dd6c20a033250dd9297d;hp=dbc5e2333a81fb84e782f1b2efed8f30d2a6668d;hpb=0a871d8258ce41f9293615771b1c3dcf447f0eb6;p=jalview.git diff --git a/src/jalview/bin/Commands.java b/src/jalview/bin/Commands.java index dbc5e23..ece573d 100644 --- a/src/jalview/bin/Commands.java +++ b/src/jalview/bin/Commands.java @@ -908,13 +908,7 @@ public class Commands boolean showSSAnnotations, boolean showAnnotations, boolean hideTFrows) { - Console.debug( - "##### Setting showSSAnnotations to " + showSSAnnotations); - Console.debug("##### Setting showAnnotations to " + showAnnotations); - Console.debug("##### Setting hideTFrows to " + hideTFrows); - af.setAnnotationsVisibility(showSSAnnotations, true, false); - - af.setAnnotationsVisibility(showAnnotations, false, true); + af.setAnnotationsVisibility(true, showSSAnnotations, showAnnotations); // show temperature factor annotations? if (hideTFrows)