Fixes treePane widget reference in Symbol Editor

This commit is contained in:
aris-kimi 2024-11-25 12:44:45 +00:00 committed by jean-pierre charras
parent d8131c53a0
commit 44d19c20b0

View File

@ -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" ) );