meter image

* fix bug which caused alc/swr meter to display
    wrong image after change of bands / tune
This commit is contained in:
David Freese 2020-09-07 08:40:03 -05:00
parent 5c31b3796a
commit 4bef465cf2

View file

@ -1449,7 +1449,7 @@ void set_ptt(void *d)
scaleSmeter->hide();
sldrSWR->show();
sldrSWR->redraw();
btnALC_SWR->image(image_swr);
btnALC_SWR->image(meter_image == SWR_IMAGE ? image_swr : image_alc);
btnALC_SWR->redraw();
btnALC_SWR->show();
}