Prevent the dialogs to be hidden behind the main window

This also menas that when the main window is closed, the dialogs get
closed automatically, and not only when the map window is closed.
pull/2068/head
Daniele Forsi 2024-04-14 16:41:58 +02:00
rodzic 230c461204
commit f72574d1ad
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -198,9 +198,9 @@ MapGUI::MapGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *featur
m_polygonMapModel(this),
m_polylineMapModel(this),
m_beacons(nullptr),
m_beaconDialog(this),
m_ibpBeaconDialog(this),
m_radioTimeDialog(this),
m_beaconDialog(this, this),
m_ibpBeaconDialog(this, this),
m_radioTimeDialog(this, this),
m_cesium(nullptr),
m_legend(nullptr),
m_nasaWidget(nullptr),