Back out arrow support for lib trees.

This commit is contained in:
Jeff Young 2021-03-25 15:50:38 +00:00
parent a85898f904
commit 262badf6ea
1 changed files with 0 additions and 2 deletions

View File

@ -348,14 +348,12 @@ void LIB_TREE::onQueryCharHook( wxKeyEvent& aKeyStroke )
break;
case WXK_ADD:
case WXK_RIGHT:
if( type == LIB_TREE_NODE::LIB )
m_tree_ctrl->Expand( sel );
break;
case WXK_SUBTRACT:
case WXK_LEFT:
if( type == LIB_TREE_NODE::LIB )
m_tree_ctrl->Collapse( sel );