Skip to content

Commit

Permalink
WSJTX: Temporary removed autoselection of callsign - unreliable
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jun 29, 2024
1 parent e2c2fab commit c1ea450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/WsjtxWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void WsjtxWidget::decodeReceived(WsjtxDecode decode)

ui->tableView->repaint();

setSelectedCallsign(lastSelectedCallsign);
//setSelectedCallsign(lastSelectedCallsign);
}

void WsjtxWidget::statusReceived(WsjtxStatus newStatus)
Expand All @@ -183,7 +183,7 @@ void WsjtxWidget::statusReceived(WsjtxStatus newStatus)
if ( this->status.dx_call != newStatus.dx_call )
{
lastSelectedCallsign = newStatus.dx_call;
setSelectedCallsign(lastSelectedCallsign);
//setSelectedCallsign(lastSelectedCallsign);
}

if ( this->status.dx_call != newStatus.dx_call
Expand Down

0 comments on commit c1ea450

Please sign in to comment.