From 44d19c20b0b5a2bbdbd635330db66be426cd1729 Mon Sep 17 00:00:00 2001 From: aris-kimi Date: Mon, 25 Nov 2024 12:44:45 +0000 Subject: [PATCH] Fixes treePane widget reference in Symbol Editor --- eeschema/symbol_editor/symbol_edit_frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/symbol_editor/symbol_edit_frame.cpp b/eeschema/symbol_editor/symbol_edit_frame.cpp index f7a3575036..34972cc68d 100644 --- a/eeschema/symbol_editor/symbol_edit_frame.cpp +++ b/eeschema/symbol_editor/symbol_edit_frame.cpp @@ -1970,7 +1970,7 @@ void SYMBOL_EDIT_FRAME::UpdateItem( EDA_ITEM* aItem, bool isAddOrDelete, bool aU void SYMBOL_EDIT_FRAME::updateSelectionFilterVisbility() { - wxAuiPaneInfo& treePane = m_auimgr.GetPane( "SymbolTree" ); + wxAuiPaneInfo& treePane = m_auimgr.GetPane( m_treePane ); wxAuiPaneInfo& propertiesPane = m_auimgr.GetPane( PropertiesPaneName() ); wxAuiPaneInfo& selectionFilterPane = m_auimgr.GetPane( wxS( "SelectionFilter" ) );