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:
parent
a224d8dd6c
commit
3218665861
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue