From d881f4b21f76716e8e7ba1a2f63b2d0db8b3eba8 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 5 May 2019 18:36:18 +0100 Subject: [PATCH] When unfolding a bus from the selection tool, stay in that tool. --- eeschema/tools/sch_wire_bus_tool.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/eeschema/tools/sch_wire_bus_tool.cpp b/eeschema/tools/sch_wire_bus_tool.cpp index c9e8e5f849..289634d105 100644 --- a/eeschema/tools/sch_wire_bus_tool.cpp +++ b/eeschema/tools/sch_wire_bus_tool.cpp @@ -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() );