Update signals & measurements when netlist might have changed.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17616
This commit is contained in:
Jeff Young 2024-05-10 12:02:38 +01:00
parent 737a4ce925
commit 55b2c4dbf4
1 changed files with 4 additions and 0 deletions

View File

@ -450,6 +450,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
{