Added map display view (GeoMapView)

SigGen duration bugfix
This commit is contained in:
furrtek 2017-07-22 19:30:20 +01:00
parent 3005403b5e
commit b57b41753f
12 changed files with 18177 additions and 70 deletions

View file

@ -117,7 +117,7 @@ void FreqManBaseView::refresh_list() {
for (size_t n = 0; n < database.entries.size(); n++) {
menu_view.add_item({
freqman_item_string(database.entries[n], 26),
ui::Color::light_grey(),
ui::Color::white(),
nullptr,
[this](){
if (on_select_frequency)