Revert "Sync action plugins every time PCB frame is created"

This reverts commit 69566b25b1.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9798
This commit is contained in:
Jon Evans 2021-11-28 16:15:30 -05:00
parent a224d8dd6c
commit 3218665861
1 changed files with 0 additions and 3 deletions

View File

@ -314,9 +314,6 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
PythonSyncEnvironmentVariables();
PythonSyncProjectName();
// Sync action plugins in case they changed since the last time the frame opened
GetToolManager()->RunAction( PCB_ACTIONS::pluginsReload, true );
GetCanvas()->SwitchBackend( m_canvasType );
ActivateGalCanvas();