Browse Source

Fixes treePane widget reference in Symbol Editor

pcb_db
aris-kimi 11 months ago
committed by jean-pierre charras
parent
commit
44d19c20b0
  1. 2
      eeschema/symbol_editor/symbol_edit_frame.cpp

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

Loading…
Cancel
Save