Update simulation results as the sim runs.
Also adds a time axis which grows by 2X at a time rather than to the size of the current data. Fixes https://gitlab.com/kicad/code/kicad/-/issues/11255
This commit is contained in:
@@ -2980,10 +2980,10 @@ void mpFXYVector::SetData( const std::vector<double>& xs, const std::vector<doub
|
||||
}
|
||||
else
|
||||
{
|
||||
m_minX = -1;
|
||||
m_maxX = 1;
|
||||
m_minY = -1;
|
||||
m_maxY = 1;
|
||||
m_minX = 0;
|
||||
m_maxX = 0;
|
||||
m_minY = 0;
|
||||
m_maxY = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user