Eeschema: fix Bug #1057225

This commit is contained in:
jean-pierre charras 2012-09-27 20:18:56 +02:00
parent 0355119044
commit 63257245e8
1 changed files with 2 additions and 2 deletions

View File

@ -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 )