Skip to content

Commit

Permalink
Modified SequenceRenderer to update nucleotide colors to match prefer…
Browse files Browse the repository at this point in the history
…ences when a new renderer is instanced
  • Loading branch information
KevinCLydon committed Jul 5, 2023
1 parent 02c4543 commit 6340fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/broad/igv/renderer/SequenceRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private synchronized static void setNucleotideColors() {


public SequenceRenderer() {
if (nucleotideColors == null) setNucleotideColors();
setNucleotideColors();
translatedSequenceDrawer = new TranslatedSequenceDrawer();
}

Expand Down

0 comments on commit 6340fc2

Please sign in to comment.