mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-11 18:28:43 -04:00
Corrected Preset initialization
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user