33c2d6e4ba
The reason the component tree widget was cleared on Windows is the fact m_adapter->UpdateSearchString( m_query_ctrl->GetLineText( 0 ) ) is called on any change of the symbol. But if m_query_ctrl is empty, m_query_ctrl->GetLineText( 0 ) returns the "hint" (currently the word "Search") not the actual value, so there is no "candidate" symbol in list. Using m_query_ctrl->GetValue() returns the actual value and fixes this issue. Fixes: lp:1737132 * https://bugs.launchpad.net/kicad/+bug/1737132 |
||
---|---|---|
.. | ||
cmp_tree_pane.cpp | ||
cmp_tree_pane.h | ||
component_tree.cpp | ||
component_tree.h | ||
pin_shape_combobox.cpp | ||
pin_shape_combobox.h | ||
pin_type_combobox.cpp | ||
pin_type_combobox.h | ||
tuner_slider.cpp | ||
tuner_slider.h | ||
tuner_slider_base.cpp | ||
tuner_slider_base.fbp | ||
tuner_slider_base.h | ||
widget_eeschema_color_config.cpp | ||
widget_eeschema_color_config.h |