1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Revert "Prevent the dialogs to be hidden behind the main window"

This reverts commit f72574d1ad.
This commit is contained in:
Daniele Forsi
2024-04-22 22:42:00 +02:00
parent f72574d1ad
commit f4b2dfc0a9
+3 -3
View File
@@ -198,9 +198,9 @@ MapGUI::MapGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *featur
m_polygonMapModel(this),
m_polylineMapModel(this),
m_beacons(nullptr),
m_beaconDialog(this, this),
m_ibpBeaconDialog(this, this),
m_radioTimeDialog(this, this),
m_beaconDialog(this),
m_ibpBeaconDialog(this),
m_radioTimeDialog(this),
m_cesium(nullptr),
m_legend(nullptr),
m_nasaWidget(nullptr),