Fix issue preventing filter from properly changing in the FreeDV Reporter window.
parent
aedcc1f3cb
commit
5b14a94827
|
@ -1141,14 +1141,10 @@ void FreeDVReporterDialog::setBandFilter(FilterFrequency freq)
|
|||
|
||||
void FreeDVReporterDialog::FreeDVReporterDataModel::setBandFilter(FilterFrequency freq)
|
||||
{
|
||||
if (filteredFrequency_ != wxGetApp().appConfiguration.reportingConfiguration.reportingFrequency ||
|
||||
currentBandFilter_ != freq)
|
||||
{
|
||||
filteredFrequency_ = wxGetApp().appConfiguration.reportingConfiguration.reportingFrequency;
|
||||
currentBandFilter_ = freq;
|
||||
|
||||
refreshAllRows();
|
||||
}
|
||||
}
|
||||
|
||||
wxString FreeDVReporterDialog::FreeDVReporterDataModel::makeValidTime_(std::string timeStr, wxDateTime& timeObj)
|
||||
|
|
Loading…
Reference in New Issue