1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Close any open dialog when sdrangel quits

This commit is contained in:
Daniele Forsi
2024-04-23 20:23:07 +02:00
parent b4ec43e4aa
commit 991ccddb66
3 changed files with 3 additions and 0 deletions
@@ -29,6 +29,7 @@ MapRadioTimeDialog::MapRadioTimeDialog(MapGUI *gui, QWidget* parent) :
ui(new Ui::MapRadioTimeDialog)
{
ui->setupUi(this);
setAttribute(Qt::WA_QuitOnClose, false);
// Don't call updateTable until m_gui->getAzEl() will return valid location
}