mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 22:17:31 +00:00
eye diagram thread rework + uninitialized variables fix
This commit is contained in:
parent
0539dea4ef
commit
70488f8262
10 changed files with 289 additions and 14 deletions
|
|
@ -127,6 +127,7 @@ TraceCSVModel::TraceCSVModel(std::vector<Trace *> traces, QObject *parent)
|
|||
save.resize(traces.size(), false);
|
||||
enabled.resize(traces.size(), true);
|
||||
points = 0;
|
||||
minX = maxX = 0;
|
||||
updateEnabledTraces();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue