mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-03-30 19:55:52 -04:00
Corrected Preset initialization
This commit is contained in:
parent
a3b3180eeb
commit
4e6b88eb7a
@ -41,7 +41,7 @@ Preset::Preset(const Preset& other) :
|
||||
|
||||
void Preset::resetToDefaults()
|
||||
{
|
||||
m_presetType == PresetSource; // Rx
|
||||
m_presetType = PresetSource; // Rx
|
||||
m_group = "default";
|
||||
m_description = "no name";
|
||||
m_centerFrequency = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user