When unfolding a bus from the selection tool, stay in that tool.

This commit is contained in:
Jeff Young 2019-05-05 18:36:18 +01:00
parent c4fac81dbb
commit d881f4b21f
1 changed files with 0 additions and 2 deletions

View File

@ -444,8 +444,6 @@ SCH_LINE* SCH_WIRE_BUS_TOOL::doUnfoldBus( const wxString& aNet )
m_busUnfold.origin = pos;
m_busUnfold.net_name = aNet;
m_frame->SetToolID( ID_WIRE_BUTT, wxCURSOR_PENCIL, _( "Add wire" ) );
m_frame->SetCrossHairPosition( m_busUnfold.entry->m_End() );
return startSegments( LAYER_WIRE, m_busUnfold.entry->m_End() );