Eeschema: fix Bug #1057225
This commit is contained in:
parent
0355119044
commit
63257245e8
|
@ -222,13 +222,13 @@ void DIALOG_PLOT_SCHEMATIC::OnPlotFormatSelection( wxCommandEvent& event )
|
||||||
|
|
||||||
void DIALOG_PLOT_SCHEMATIC::OnButtonPlotCurrentClick( wxCommandEvent& event )
|
void DIALOG_PLOT_SCHEMATIC::OnButtonPlotCurrentClick( wxCommandEvent& event )
|
||||||
{
|
{
|
||||||
PlotSchematic( true );
|
PlotSchematic( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void DIALOG_PLOT_SCHEMATIC::OnButtonPlotAllClick( wxCommandEvent& event )
|
void DIALOG_PLOT_SCHEMATIC::OnButtonPlotAllClick( wxCommandEvent& event )
|
||||||
{
|
{
|
||||||
PlotSchematic( false );
|
PlotSchematic( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
void DIALOG_PLOT_SCHEMATIC::PlotSchematic( bool aPlotAll )
|
void DIALOG_PLOT_SCHEMATIC::PlotSchematic( bool aPlotAll )
|
||||||
|
|
Loading…
Reference in New Issue