Activate eeschema on tune/probe

This commit is contained in:
Maciej Suminski 2016-08-11 14:42:19 +02:00
parent dfb5c6bfdd
commit 0cb1e80e00
1 changed files with 2 additions and 0 deletions

View File

@ -871,6 +871,7 @@ void SIM_PLOT_FRAME::onProbe( wxCommandEvent& event )
return;
wxQueueEvent( m_schematicFrame, new wxCommandEvent( wxEVT_TOOL, ID_SIM_PROBE ) );
m_schematicFrame->Raise();
}
@ -880,6 +881,7 @@ void SIM_PLOT_FRAME::onTune( wxCommandEvent& event )
return;
wxQueueEvent( m_schematicFrame, new wxCommandEvent( wxEVT_TOOL, ID_SIM_TUNE ) );
m_schematicFrame->Raise();
}