Skip to content
Snippets Groups Projects
Commit 61798fc2 authored by tcarver's avatar tcarver
Browse files

set viewport position for the strand view when changing resolution

parent 9d383dc8
No related branches found
No related tags found
No related merge requests found
......@@ -2748,6 +2748,8 @@ public class BamView extends JPanel
if(!isStrandStackView())
jspView.getVerticalScrollBar().setValue(
jspView.getVerticalScrollBar().getMaximum());
else
setViewportMidPoint();
showBaseAlignment = false;
baseQualityColour.setEnabled(false);
markInsertions.setEnabled(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment