JAL-3535 todo re titles for CDS and Protein views in the feature settings dialog...
authorJim Procter <jprocter@issues.jalview.org>
Wed, 19 Feb 2020 18:43:45 +0000 (18:43 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 19 Feb 2020 18:43:45 +0000 (18:43 +0000)
src/jalview/gui/SplitFrame.java

index f9b5aa1..77d8a96 100644 (file)
@@ -897,6 +897,10 @@ public class SplitFrame extends GSplitFrame implements SplitContainerI
               1);
     }
     featureSettingsPanels.setSelectedComponent((Component) featureSettings);
+
+    // TODO: JAL-3535 - construct a feature settings title including names of
+    // currently selected CDS and Protein names
+
     if (showInternalFrame)
     {
       if (Platform.isAMac())