Skip to content
Snippets Groups Projects
Commit 4b0c5e4b authored by tjc's avatar tjc
Browse files

show insertions by default

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13011 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 95265b86
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ public class BamView extends JPanel
private JCheckBoxMenuItem logMenuItem = new JCheckBoxMenuItem("Use Log Scale", logScale);
private JCheckBoxMenuItem checkBoxStackView = new JCheckBoxMenuItem("Stack View");
private JCheckBoxMenuItem baseQualityColour = new JCheckBoxMenuItem("Colour by Base Quality");;
private JCheckBoxMenuItem markInsertions = new JCheckBoxMenuItem("Mark Insertions");
private JCheckBoxMenuItem markInsertions = new JCheckBoxMenuItem("Mark Insertions", true);
private AlphaComposite translucent =
AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 0.6f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment