Fixed configuration of band hopping to reset cached band position after configuration save. Fixed issue with band hopping not working across a date transition
This commit is contained in:
@@ -2101,6 +2101,8 @@ void Configuration::impl::accept ()
|
||||
{
|
||||
stations_.station_list(next_stations_.station_list ());
|
||||
stations_.sort (StationList::switch_at_column);
|
||||
|
||||
Q_EMIT self_->band_schedule_changed(this->stations_);
|
||||
}
|
||||
|
||||
if (ui_->use_dynamic_grid->isChecked() && !use_dynamic_info_ )
|
||||
|
||||
Reference in New Issue
Block a user