PCB_EDIT_FRAME: do not forget to pass wxIdleEvent to other clients.

This commit is contained in:
jean-pierre charras 2022-02-22 19:48:17 +01:00
parent 6420bd777f
commit 6d5d6d7302
1 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,9 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
m_lastViewport = GetCanvas()->GetView()->GetViewport();
m_redrawNetnamesTimer.StartOnce( 100 );
}
// Do not forget to pass the Idle event to other clients:
aEvent.Skip();
} );
resolveCanvasType();