mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
meter image
* fix bug which caused alc/swr meter to display
wrong image after change of bands / tune
This commit is contained in:
parent
5c31b3796a
commit
4bef465cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue