From 03215844fd49a4f6aeb86290bd051de78437481c Mon Sep 17 00:00:00 2001 From: Damjan Date: Sat, 10 Jan 2026 00:46:21 +0100 Subject: [PATCH] pcbnew: plugin buttons initially missing or inoperative --- pcbnew/python/scripting/pcb_scripting_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/python/scripting/pcb_scripting_tool.cpp b/pcbnew/python/scripting/pcb_scripting_tool.cpp index 6380d23d41..c89361ed99 100644 --- a/pcbnew/python/scripting/pcb_scripting_tool.cpp +++ b/pcbnew/python/scripting/pcb_scripting_tool.cpp @@ -179,7 +179,7 @@ int SCRIPTING_TOOL::reloadPlugins( const TOOL_EVENT& aEvent ) // Action plugins can be modified, therefore the plugins menu must be updated: frame()->ReCreateMenuBar(); // Recreate top toolbar to add action plugin buttons - frame()->ReCreateHToolbar(); + frame()->RecreateToolbars(); // Post a size event to force resizing toolbar by the AUI manager: frame()->PostSizeEvent(); }