Spice Simulator: set correct scale for constant plots
Fixes: lp:1772278 * https://bugs.launchpad.net/kicad/+bug/1772278
This commit is contained in:
parent
2cb65f9c19
commit
a8db21319f
|
@ -748,8 +748,8 @@ public:
|
|||
|
||||
if( m_minV == m_maxV )
|
||||
{
|
||||
m_minV = -1.0;
|
||||
m_maxV = 1.0;
|
||||
m_minV = m_minV - 1.0;
|
||||
m_maxV = m_maxV + 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue