← Back to team overview

kicad-developers team mailing list archive

Bug #1493071

 


Hi 

I have pushed a fix for the bug Bug #1493071


https://bugs.launchpad.net/kicad/+bug/1493071 

bzr push
lp:~stol/kicad/selectcomp1493071
Using default stacking branch
/+branch-id/324654 at chroot-73847440:///~stol/kicad/
Created new
stacked branch referring to /+branch-id/324654.  

In this fix there is
also another fix for a problem for pre selecting the last chosen
component
that is, if you have chosen a component in the eeschema and
then want to addanother component
the last used component should be
preselected, which it did not. 

The problem was at line 545 in
component_tree_search_container.cpp 

old line "&& node->MatchName ==
m_preselect_node_name )" 

new line "&& node->DisplayName ==
m_preselect_node_name )" 

/Stefan