From 7aa7c377f3629267b5c344164dc6517f8fd98c16 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Sat, 5 Sep 2015 18:43:21 +0100 Subject: [PATCH] =?utf8?q?JAL-1871=20JAL-1553=20don=E2=80=99t=20modify=20sel?= =?utf8?q?ection/view=20colour=20scheme=20again=20after=20OK=20is=20pressed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/jalview/appletgui/AnnotationColourChooser.java | 1 - src/jalview/gui/AnnotationRowFilter.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/jalview/appletgui/AnnotationColourChooser.java b/src/jalview/appletgui/AnnotationColourChooser.java index 5fa7d6e..57b182c 100644 --- a/src/jalview/appletgui/AnnotationColourChooser.java +++ b/src/jalview/appletgui/AnnotationColourChooser.java @@ -336,7 +336,6 @@ public class AnnotationColourChooser extends Panel implements } else if (evt.getSource() == ok) { - changeColour(); frame.setVisible(false); } else if (evt.getSource() == cancel) diff --git a/src/jalview/gui/AnnotationRowFilter.java b/src/jalview/gui/AnnotationRowFilter.java index 21c91d8..ac767cf 100644 --- a/src/jalview/gui/AnnotationRowFilter.java +++ b/src/jalview/gui/AnnotationRowFilter.java @@ -183,7 +183,6 @@ public abstract class AnnotationRowFilter extends JPanel public void ok_actionPerformed(ActionEvent e) { - updateView(); try { frame.setClosed(true); -- 1.7.10.2