This one-liner erases the grid after setting a new callsign in DX Call.  In 
case you clicked a non-grid message on a new call.
Index: 
mainwindow.cpp===================================================================---
 mainwindow.cpp      (revision 7034)+++ mainwindow.cpp      (working copy)@@ 
-3324,6 +3324,7 @@       // his base call different or his call more qualified  
     // i.e. compound version of same base call       ui->dxCallEntry->setText 
(hiscall);+      ui->dxGridEntry->setText ("");     }   if 
(grid_regexp.exactMatch (hisgrid)) {     if(ui->dxGridEntry->text().mid(0,4) != 
hisgrid) ui->dxGridEntry->setText(hisgrid);

de Mike W9MDB
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to