mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 06:25:36 +00:00
select trace on drag marker
This commit is contained in:
parent
043972e6ca
commit
a20f3770da
1 changed files with 3 additions and 0 deletions
3
ui.c
3
ui.c
|
|
@ -1422,6 +1422,9 @@ touch_pickup_marker(void)
|
|||
active_marker = m;
|
||||
redraw_marker(active_marker, TRUE);
|
||||
}
|
||||
// select trace
|
||||
uistat.current_trace = t;
|
||||
|
||||
// drag marker until release
|
||||
drag_marker(t, m);
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue