fix for freq manager save file

This commit is contained in:
Arjan Onwezen 2021-06-06 00:22:55 +02:00
parent 182059b3c6
commit 226c0c2d80

View File

@ -48,6 +48,9 @@ FreqManBaseView::FreqManBaseView(
} else } else
error_ = ERROR_NOFILES; error_ = ERROR_NOFILES;
// initialize
change_category(last_category_id);
// Default function // Default function
on_change_category = [this](int32_t category_id) { on_change_category = [this](int32_t category_id) {
change_category(category_id); change_category(category_id);