Update connectivity before engaging highlight tool
This commit is contained in:
parent
2466b4363d
commit
0f1ab3be2d
|
@ -561,6 +561,11 @@ void SCH_EDIT_FRAME::OnSelectTool( wxCommandEvent& aEvent )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ID_HIGHLIGHT:
|
case ID_HIGHLIGHT:
|
||||||
|
// TODO(JE) remove once real-time connectivity is a given
|
||||||
|
#ifndef CONNECTIVITY_REAL_TIME
|
||||||
|
RecalculateConnections();
|
||||||
|
#endif
|
||||||
|
|
||||||
SetToolID( ID_HIGHLIGHT, wxCURSOR_HAND, _("Highlight specific net") );
|
SetToolID( ID_HIGHLIGHT, wxCURSOR_HAND, _("Highlight specific net") );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue