Update signals & measurements when netlist might have changed.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17616

(cherry picked from commit 55b2c4dbf4)
This commit is contained in:
Jeff Young 2024-05-10 12:02:38 +01:00
parent 02925fdecc
commit 79443b7e59
1 changed files with 4 additions and 0 deletions

View File

@ -440,6 +440,10 @@ void SIMULATOR_FRAME::StartSimulation()
{
m_ui->OnSimUpdate();
m_simulator->Run();
// Netlist from schematic may have changed; update signals list, measurements list,
// etc.
m_ui->OnPlotSettingsChanged();
}
else
{