From 732e0b0bf8b1abdef41e544ff4864c981c5332fe Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 11 Oct 2018 18:04:53 +0100 Subject: [PATCH] Remove extra rebuild of toolbar. It's called from CommmonSettingsChanged() anyway. --- pcbnew/swig/pcbnew_action_plugins.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/swig/pcbnew_action_plugins.cpp b/pcbnew/swig/pcbnew_action_plugins.cpp index 48cf00fbe9..10efdf95f4 100644 --- a/pcbnew/swig/pcbnew_action_plugins.cpp +++ b/pcbnew/swig/pcbnew_action_plugins.cpp @@ -525,7 +525,6 @@ void PCB_EDIT_FRAME::AddActionPluginTools() void PCB_EDIT_FRAME::SetActionPluginSettings( const std::vector< std::pair >& aPluginSettings ) { m_configSettings.m_pluginSettings = aPluginSettings; - ReCreateHToolbar(); }