PCB_EDIT_FRAME: do not forget to pass wxIdleEvent to other clients.
This commit is contained in:
parent
6420bd777f
commit
6d5d6d7302
|
@ -324,6 +324,9 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
||||||
m_lastViewport = GetCanvas()->GetView()->GetViewport();
|
m_lastViewport = GetCanvas()->GetView()->GetViewport();
|
||||||
m_redrawNetnamesTimer.StartOnce( 100 );
|
m_redrawNetnamesTimer.StartOnce( 100 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Do not forget to pass the Idle event to other clients:
|
||||||
|
aEvent.Skip();
|
||||||
} );
|
} );
|
||||||
|
|
||||||
resolveCanvasType();
|
resolveCanvasType();
|
||||||
|
|
Loading…
Reference in New Issue