mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Fixed missing display settings of transverted data where missing
This commit is contained in:
@@ -347,14 +347,14 @@ bool XTRXInput::start()
|
||||
xtrxInputThread->setFifo(requestedChannel, &m_sampleFifo);
|
||||
xtrxInputThread->setLog2Decimation(requestedChannel, m_settings.m_log2SoftDecim);
|
||||
|
||||
applySettings(m_settings, true);
|
||||
|
||||
if (needsStart)
|
||||
{
|
||||
qDebug("XTRXInput::start: (re)start thread");
|
||||
xtrxInputThread->startWork();
|
||||
}
|
||||
|
||||
applySettings(m_settings, true);
|
||||
|
||||
qDebug("XTRXInput::start: started");
|
||||
m_running = true;
|
||||
|
||||
@@ -426,8 +426,8 @@ void XTRXInput::stop()
|
||||
((DeviceXTRXShared*) (*it)->getBuddySharedPtr())->m_thread = 0;
|
||||
}
|
||||
|
||||
xtrxInputThread->startWork();
|
||||
applySettings(m_settings, true);
|
||||
xtrxInputThread->startWork();
|
||||
}
|
||||
|
||||
m_running = false;
|
||||
|
||||
Reference in New Issue
Block a user