mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fixes treePane widget reference in Symbol Editor
This commit is contained in:
parent
d8131c53a0
commit
44d19c20b0
@ -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…
x
Reference in New Issue
Block a user