diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index e89a3ed..de96969 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -21,6 +21,7 @@ set (CPACK_STRIP_FILES TRUE) #set (CPACK_COMPONENT_RUNTIME_DESCRIPTION "@WSJTX_DESCRIPTION_SUMMARY@") if (CPACK_GENERATOR MATCHES "NSIS") + set (CPACK_SET_DESTDIR FALSE) set (CPACK_STRIP_FILES FALSE) # breaks Qt packaging on Windows set (CPACK_NSIS_INSTALL_ROOT "C:\\FT8Call") diff --git a/Configuration.ui b/Configuration.ui index b8fb8d5..6a72d55 100644 --- a/Configuration.ui +++ b/Configuration.ui @@ -23,7 +23,7 @@ Select tab to change configuration parameters. - 6 + 0 @@ -2894,11 +2894,11 @@ soundcard changes - - + + + - diff --git a/mainwindow.cpp b/mainwindow.cpp index 26b9dd6..9d4863b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -433,7 +433,8 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, this}}, psk_Reporter {new PSK_Reporter {m_messageClient, this}}, m_manual {&m_network_manager}, - m_i3bit {0} + m_i3bit {0}, + m_txFrameCount {0} { ui->setupUi(this); createStatusBar(); @@ -7854,8 +7855,6 @@ void MainWindow::postDecode (bool is_new, QString const& message) } void MainWindow::displayTransmit(){ - - updateButtonDisplay(); } diff --git a/mainwindow.ui b/mainwindow.ui index eab8440..8f7fe91 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -296,10 +296,10 @@ color : white; } - QFrame::StyledPanel + QFrame::NoFrame - QFrame::Sunken + QFrame::Plain 2 @@ -4002,7 +4002,7 @@ list. The list can be maintained in Settings (F2). 0 0 960 - 22 + 21