Skip to content

Commit 769c6b4

Browse files
committed
Hide IonQuant plot for debug checkbox
1 parent 2669a59 commit 769c6b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MSFragger-GUI/src/umich/msfragger/params/ionquant/QuantJPanel.java

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ private void initMore() {
219219
pBothQuants.add(feMzTol.label(), new CC().alignX("right"));
220220
pBothQuants.add(feMzTol.comp, new CC().alignX("left"));
221221
pBothQuants.add(fePlot.comp, new CC().alignX("left").wrap());
222+
fePlot.comp.setVisible(false);
222223

223224
pBothQuants.add(feRtTol.label(), new CC().span(2).alignX("right"));
224225
pBothQuants.add(feRtTol.comp, new CC().alignX("left"));

0 commit comments

Comments
 (0)