Reset scales upon simulation relaunch

This commit is contained in:
Maciej Suminski
2016-08-11 14:42:04 +02:00
parent 9d8b40b93d
commit 7d268d2608
3 changed files with 20 additions and 13 deletions
+1
View File
@@ -759,6 +759,7 @@ void SIM_PLOT_FRAME::onSimFinished( wxCommandEvent& aEvent )
updatePlot( trace.second, plotPanel );
plotPanel->UpdateAll();
plotPanel->ResetScales();
}
else
{