Eeschema: fix crash using tune/probe function in spice simulator.
Fixes #6875 https://gitlab.com/kicad/code/kicad/issues/6875
This commit is contained in:
parent
dc28de16d4
commit
77f651639d
|
@ -741,7 +741,7 @@ int SCH_EDITOR_CONTROL::SimTune( const TOOL_EVENT& aEvent )
|
|||
[this]( const VECTOR2D& aPosition )
|
||||
{
|
||||
EE_SELECTION_TOOL* selTool = m_toolMgr->GetTool<EE_SELECTION_TOOL>();
|
||||
EDA_ITEM* item;
|
||||
EDA_ITEM* item = nullptr;
|
||||
selTool->SelectPoint( aPosition, fieldsAndComponents, &item );
|
||||
|
||||
if( !item )
|
||||
|
|
Loading…
Reference in New Issue