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

Apply PR #1888 changes to samplemimo plugins

This commit is contained in:
f4exb
2023-11-29 05:06:54 +01:00
parent 07e8ae0de1
commit 8ce5ca51e2
17 changed files with 17 additions and 9 deletions
@@ -90,6 +90,7 @@ TestMOSyncGui::TestMOSyncGui(DeviceUISet *deviceUISet, QWidget* parent) :
m_deviceUISet->setSpectrumScalingFactor(SDR_TX_SCALEF);
connect(this, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(openDeviceSettingsDialog(const QPoint &)));
m_resizer.enableChildMouseTracking();
}
TestMOSyncGui::~TestMOSyncGui()