mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-04 06:54:47 -04:00
Double-click on Erase button will now clear the Band Map and Messages windows.
This commit is contained in:
@@ -1460,11 +1460,17 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_EraseButton_clicked() //Erase
|
||||
void MainWindow::on_EraseButton_clicked()
|
||||
{
|
||||
qint64 ms=QDateTime::currentMSecsSinceEpoch();
|
||||
ui->decodedTextBrowser->clear();
|
||||
if((ms-m_msErase)<500) {
|
||||
on_actionErase_Band_Map_and_Messages_triggered();
|
||||
}
|
||||
m_msErase=ms;
|
||||
}
|
||||
|
||||
|
||||
void MainWindow::decodeBusy(bool b) //decodeBusy()
|
||||
{
|
||||
m_decoderBusy=b;
|
||||
|
||||
Reference in New Issue
Block a user