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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user