X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FremoveFeaturesByGroup.groovy;fp=examples%2Fgroovy%2FremoveFeaturesByGroup.groovy;h=c947a5b6873cbb94e642601de9b9de6164fa4881;hb=b122ba188c2ffcbb302809bafc02058e355643ee;hp=341e06ffe08ca68130f2c22c04f41a44fe7c6bfe;hpb=e91b3bef83f320e13c59ad5d21d69f0abf3d7507;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(); }