Skip to content
Snippets Groups Projects
Commit 6d3fcd74 authored by tcarver's avatar tcarver
Browse files

clear the phaseButtonGroup when no phase is set for a given feature key

parent a1a485ce
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,8 @@ public class PropertiesPanel extends JPanel
if(feature.getEntry().getEntryInformation().isValidQualifier(
feature.getKey(), "codon_start"))
addPhaseComponent(c, gridPanel);
else
phaseButtonGroup = null;
// partial/obsolete options
if(showOptions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment