Hi All,

There is an incorrect tootip in cbEME button when used as "Automatic sequence" in wsjtx_exp r5926

Can be adopted something as in this patch?

73
Sandro
IW3RAB
*** mainwindow.cpp      2015-09-25 12:52:02.969355900 +0200
--- mainwindow.xxx      2015-09-25 12:48:46.228446200 +0200
*************** void MainWindow::fast_config(bool b)
*** 3651,3659 ****
--- 3651,3661 ----
    ui->TxFreqSpinBox->setEnabled(!b);
    if(b) {
      ui->cbEME->setText("Auto Seq");
+     ui->cbEME->setToolTip (tr ("Automatic QSO Sequence"));
      ui->sbTR->setVisible(true);
    } else {
      ui->cbEME->setText("EME delay");
+     ui->cbEME->setToolTip (tr ("Check to add 2.5 s to expected propagation 
delay.") );
      ui->sbTR->setVisible(false);
    }
    if(b and (m_bFast9 or m_mode=="JTMSK" or m_mode=="ISCAT")) {
*************** void MainWindow::on_cbFast9_clicked(bool
*** 4443,4451 ****
--- 4445,4455 ----
      }
  */
      ui->cbEME->setText("Auto Seq");
+     ui->cbEME->setToolTip (tr ("Automatic QSO Sequence"));
      if(m_TRperiodFast>0) m_TRperiod=m_TRperiodFast;
    } else {
      ui->cbEME->setText("EME delay");
+       ui->cbEME->setToolTip (tr ("Check to add 2.5 s to expected propagation 
delay."));
      m_TRperiod=60;
    }
    progressBar->setMaximum(m_TRperiod);
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to