mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-09 00:13:59 +00:00
Always update marker info
This commit is contained in:
parent
04fb661b1a
commit
eebb625b9d
3 changed files with 12 additions and 13 deletions
5
plot.c
5
plot.c
|
|
@ -1387,7 +1387,7 @@ draw_all(bool flush)
|
|||
}
|
||||
|
||||
void
|
||||
redraw_marker(int marker, int update_info)
|
||||
redraw_marker(int marker)
|
||||
{
|
||||
if (marker < 0)
|
||||
return;
|
||||
|
|
@ -1395,8 +1395,7 @@ redraw_marker(int marker, int update_info)
|
|||
markmap_marker(marker);
|
||||
|
||||
// mark cells on marker info
|
||||
if (update_info)
|
||||
markmap_upperarea();
|
||||
markmap_upperarea();
|
||||
|
||||
draw_all_cells(TRUE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue