diff --git a/pcbnew/pcb_edit_frame.cpp b/pcbnew/pcb_edit_frame.cpp index 8d3a29f693..e983864cd3 100644 --- a/pcbnew/pcb_edit_frame.cpp +++ b/pcbnew/pcb_edit_frame.cpp @@ -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();