lib_tree: Ensure ON_CHAR events are passed

This commit is contained in:
Seth Hillbrand 2019-02-03 06:01:21 +01:00
parent c08736e245
commit 611c555eaf
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
LIB_TREE::LIB_TREE( wxWindow* aParent, LIB_TABLE* aLibTable, LIB_TREE_MODEL_ADAPTER::PTR& aAdapter,
WIDGETS aWidgets, wxHtmlWindow* aDetails )
: wxPanel( aParent ),
: wxPanel( aParent, wxID_ANY, wxDefaultPosition, wxDefaultSize,
wxWANTS_CHARS | wxTAB_TRAVERSAL | wxNO_BORDER ),
m_lib_table( aLibTable ),
m_adapter( aAdapter ),
m_query_ctrl( nullptr ),