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:
Jordan Sherer
2018-08-12 10:35:19 -04:00
parent c60efba4ca
commit f30c2e3858
3 changed files with 28 additions and 3 deletions
+2
View File
@@ -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_ )