DX Grid doesn't get cleared if you double-click on an entry that has no
grid.  Noticed this while debugging the udp server code.

 

The offsets from the diff are wrong on this patch (I'm in the middle of
other mods) but easy enough to find and fix.

Mike W9MDB

 

 

@@ -2027,12 +2030,12 @@

       // i.e. compound version of same base call

       ui->dxCallEntry->setText(hiscall);

     }

+  ui->dxGridEntry->setText("");  // set empty in case we get no grid result

   if (gridOK(hisgrid))

     ui->dxGridEntry->setText(hisgrid);

   if (ui->dxGridEntry->text()=="")

     lookup();

   m_hisGrid = ui->dxGridEntry->text();

-

   int n = decodedtext.timeInSeconds();

   int nmod=n%(m_TRperiod/30);

   m_txFirst=(nmod!=0);

 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to