JAL-3210 ensure tooltips on FeatureSettings in JS
[jalview.git] / src / jalview / gui / FeatureSettings.java
index 33c22f4..3dc7f98 100644 (file)
@@ -255,6 +255,7 @@ public class FeatureSettings extends JPanel
     tableHeader.setFont(new Font("Verdana", Font.PLAIN, 12));
     tableHeader.setReorderingAllowed(false);
     table.setFont(new Font("Verdana", Font.PLAIN, 12));
+    ToolTipManager.sharedInstance().registerComponent(table);
     table.setDefaultEditor(FeatureColour.class, new ColorEditor());
     table.setDefaultRenderer(FeatureColour.class, new ColorRenderer());