X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Fcorrelate%2FCorrelator.java;h=2a4b49f882937100705aa67195c48552676f70f1;hp=7ac2da797f855ab8e1a892829e2a2ef24c130771;hb=f1b92378a792131ac8fb33a869405851d5b2d1f7;hpb=649c5da6ee1bbc590699e11a92316ece2ea8512d diff --git a/tim/prune/correlate/Correlator.java b/tim/prune/correlate/Correlator.java index 7ac2da7..2a4b49f 100644 --- a/tim/prune/correlate/Correlator.java +++ b/tim/prune/correlate/Correlator.java @@ -115,6 +115,7 @@ public abstract class Correlator extends GenericFunction _cards.showCard(card); showCard(0); // does set up and next/prev enabling _okButton.setEnabled(false); + _tipLabel.setVisible(!isCardEnabled(1)); _dialog.setVisible(true); }