X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FremoveFeaturesByGroup.groovy;h=c947a5b6873cbb94e642601de9b9de6164fa4881;hb=741d85487592809427ffd6d58b0d02efb8338c61;hp=341e06ffe08ca68130f2c22c04f41a44fe7c6bfe;hpb=e7fe72efc50689e00ac40bb33bdb5c8a78eeaecb;p=jalview.git diff --git a/examples/groovy/removeFeaturesByGroup.groovy b/examples/groovy/removeFeaturesByGroup.groovy index 341e06f..c947a5b 100644 --- a/examples/groovy/removeFeaturesByGroup.groovy +++ b/examples/groovy/removeFeaturesByGroup.groovy @@ -46,6 +46,7 @@ for (ala in af) } } } + ala.repaint(); }