From: Jim Procter Date: Wed, 19 Feb 2020 18:43:45 +0000 (+0000) Subject: JAL-3535 todo re titles for CDS and Protein views in the feature settings dialog... X-Git-Tag: Develop-2_11_2_0-d20201215~101^2~6 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=01071276f2662d801542f0912859d3a9e30a9054;p=jalview.git JAL-3535 todo re titles for CDS and Protein views in the feature settings dialog pane --- diff --git a/src/jalview/gui/SplitFrame.java b/src/jalview/gui/SplitFrame.java index f9b5aa1..77d8a96 100644 --- a/src/jalview/gui/SplitFrame.java +++ b/src/jalview/gui/SplitFrame.java @@ -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())