JAL-2015 convert Color from colour picker to FeatureColour
[jalview.git] / src / jalview / gui / FeatureSettings.java
index bfc14b5..a4d8728 100644 (file)
@@ -383,7 +383,9 @@ public class FeatureSettings extends JPanel implements
               else
               {
                 // probably the color chooser!
-                table.setValueAt(colorChooser.getColor(), selectedRow, 1);
+                table.setValueAt(
+                        new FeatureColour(colorChooser.getColor()),
+                        selectedRow, 1);
                 table.validate();
                 me.updateFeatureRenderer(
                         ((FeatureTableModel) table.getModel()).getData(),