From a94a9652cff4b0dddcf2c0128ed79cc3e2d40324 Mon Sep 17 00:00:00 2001 From: hansonr Date: Mon, 26 Aug 2019 22:13:27 -0500 Subject: [PATCH] developer note pnly * * BH Note: It is critical that any call to * AlignViewportI.setGlobalColourScheme is followed closely, if not * immediately, by a call to AlignPanel.repaint(true, true) so that the * overview is updated. When that happens, the sequence overview color caches * are cleared. * --- src/jalview/api/AlignViewportI.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/jalview/api/AlignViewportI.java b/src/jalview/api/AlignViewportI.java index dcd3258..cec61f4 100644 --- a/src/jalview/api/AlignViewportI.java +++ b/src/jalview/api/AlignViewportI.java @@ -200,6 +200,12 @@ public interface AlignViewportI extends ViewStyleI * sub-groups, which may have their own colour schemes). A null value is used * for no residue colour (white). * + * BH Note: It is critical that any call to + * AlignViewportI.setGlobalColourScheme is followed closely, if not + * immediately, by a call to AlignPanel.repaint(true, true) so that the + * overview is updated. When that happens, the sequence overview color caches + * are cleared. + * * @param cs */ void setGlobalColourScheme(ColourSchemeI cs); -- 1.7.10.2