Merge branch 'DiSlord_test_branch'

pull/4/head
erikkaashoek 6 years ago
commit 4d8f76974a

@ -1699,7 +1699,7 @@ void set_trace_type(int t, int type)
}
if (force) {
plot_into_index(measured);
// force_set_markmap();
force_set_markmap();
}
}
@ -1707,7 +1707,7 @@ void set_trace_channel(int t, int channel)
{
if (trace[t].channel != channel) {
trace[t].channel = channel;
// force_set_markmap();
force_set_markmap();
}
}
@ -1715,7 +1715,7 @@ void set_trace_scale(int t, float scale)
{
if (trace[t].scale != scale) {
trace[t].scale = scale;
// force_set_markmap();
force_set_markmap();
}
}
@ -1728,7 +1728,7 @@ void set_trace_refpos(int t, float refpos)
{
if (trace[t].refpos != refpos) {
trace[t].refpos = refpos;
// force_set_markmap();
force_set_markmap();
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.