mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-10 18:42:29 -04:00
Fix regression in hiding Rx Frequency window titles & headings
This commit is contained in:
parent
3cd567e464
commit
f10d6fb712
@ -2597,8 +2597,10 @@ void MainWindow::hideMenus(bool checked)
|
|||||||
ui->menuBar->setVisible(!checked);
|
ui->menuBar->setVisible(!checked);
|
||||||
if(m_mode!="FreqCal" and m_mode!="WSPR" and m_mode!="FST4W") {
|
if(m_mode!="FreqCal" and m_mode!="WSPR" and m_mode!="FST4W") {
|
||||||
ui->lh_decodes_title_label->setVisible(!checked);
|
ui->lh_decodes_title_label->setVisible(!checked);
|
||||||
|
ui->rh_decodes_title_label->setVisible(!checked);
|
||||||
}
|
}
|
||||||
ui->lh_decodes_headings_label->setVisible(!checked);
|
ui->lh_decodes_headings_label->setVisible(!checked);
|
||||||
|
ui->rh_decodes_headings_label->setVisible(!checked);
|
||||||
ui->gridLayout_5->layout()->setSpacing(spacing);
|
ui->gridLayout_5->layout()->setSpacing(spacing);
|
||||||
ui->horizontalLayout_2->layout()->setSpacing(spacing);
|
ui->horizontalLayout_2->layout()->setSpacing(spacing);
|
||||||
ui->horizontalLayout_5->layout()->setSpacing(spacing);
|
ui->horizontalLayout_5->layout()->setSpacing(spacing);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user