mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
reduce inter-segment delay, add integration test for segmented sweep
This commit is contained in:
parent
ccb71f9650
commit
503d689d51
8 changed files with 27 additions and 11 deletions
|
|
@ -1161,6 +1161,7 @@ bool TraceXYPlot::markerVisible(double x)
|
|||
|
||||
void TraceXYPlot::traceDropped(Trace *t, QPoint position)
|
||||
{
|
||||
Q_UNUSED(position)
|
||||
if(!supported(t)) {
|
||||
// needs to switch to a different domain for the graph
|
||||
if(!InformationBox::AskQuestion("X Axis Domain Change", "You dropped a trace that is not supported with the currently selected X axis domain."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue