X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FPaintRefresher.java;h=326bac0ce46b4cd4b4a782adf6bd9f12293f371b;hb=461d9cd18036c268ae890fcf2418e9ac181b3c61;hp=953fdc549b46b4af0631498b9b92cd2f0df6ad4f;hpb=3f4342c4254bc8dbe0953dfa456187865eb07f05;p=jalview.git diff --git a/src/jalview/gui/PaintRefresher.java b/src/jalview/gui/PaintRefresher.java index 953fdc5..326bac0 100755 --- a/src/jalview/gui/PaintRefresher.java +++ b/src/jalview/gui/PaintRefresher.java @@ -128,13 +128,13 @@ public class PaintRefresher { // BH 2019.04.22 fixes JS problem of repaint() consolidation // that occurs in JavaScript but not Java [JAL-3226] - ((IdCanvas) comp).fastPaint = false; + ((IdCanvas) comp).setNoFastPaint(); } else if (comp instanceof SeqCanvas) { // BH 2019.04.22 fixes JS problem of repaint() consolidation // that occurs in JavaScript but not Java [JAL-3226] - ((SeqCanvas) comp).fastPaint = false; + ((SeqCanvas) comp).setNoFastPaint(); } comp.repaint(); }