Skip to content
Snippets Groups Projects
Commit 968440fb authored by tjc's avatar tjc
Browse files

fix for scale when selecting reference sequence

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@13857 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 3362d747
Branches
Tags
No related merge requests found
......@@ -1828,6 +1828,10 @@ public class BamView extends JPanel
{
laststart = -1;
lastend = -1;
if(feature_display != null)
setZoomLevel(feature_display.getMaxVisibleBases());
else
setZoomLevel(BamView.this.nbasesInView);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment