I just updated and didn't see my patch for fixing the dialog boxes.

 

Any comment on this?  It's working fine for me to fix the window-on-top
problem and where it shows up on multiple screens (over the WSJT-X window
instead of the main screen).

 

Mike W9MDB

 

--- mainwindow.cpp      (revision 4312)

+++ mainwindow.cpp      (working copy)

@@ -1446,8 +1446,7 @@

             QString t="Please choose another Tx frequency.\n";

             t+="WSJT-X will not knowingly transmit\n";

             t+="in the WSPR sub-band on 30 m.";

-            msgBox0.setText(t);

-            msgBox0.show();

+            msgBox(t);

           }

       }

 

@@ -1697,8 +1696,7 @@

   if (m_config.watchdog () && m_repeatMsg>m_watchdogLimit)

     {

       on_stopTxButton_clicked();

-      msgBox0.setText("Runaway Tx watchdog");

-      msgBox0.show();

+      msgBox("Runaway Tx watchdog");

       m_repeatMsg=0;

     }

}

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to