Eeschema: simulator plot: allow standard mac pan and pinch to zoom
This commit is contained in:
committed by
Wayne Stambaugh
parent
2cd60cdfaf
commit
7c7d9c3e3f
@@ -395,6 +395,9 @@ SIM_PLOT_PANEL* SIM_PLOT_FRAME::NewPlotPanel( SIM_TYPE aSimType )
|
||||
{
|
||||
SIM_PLOT_PANEL* plotPanel = new SIM_PLOT_PANEL( aSimType, m_plotNotebook, wxID_ANY );
|
||||
|
||||
plotPanel->EnableMouseWheelPan(
|
||||
m_schematicFrame->GetCanvas()->GetViewControls()->IsMousewheelPanEnabled() );
|
||||
|
||||
if( m_welcomePanel )
|
||||
{
|
||||
m_plotNotebook->DeletePage( 0 );
|
||||
|
||||
Reference in New Issue
Block a user