Fix backward logic in REALTIME
This commit is contained in:
parent
d70ae19cb8
commit
2d7ef9813f
|
@ -564,7 +564,7 @@ void SCH_EDIT_FRAME::OnSelectTool( wxCommandEvent& aEvent )
|
|||
|
||||
case ID_HIGHLIGHT:
|
||||
// TODO(JE) remove once real-time connectivity is a given
|
||||
if( ADVANCED_CFG::GetCfg().m_realTimeConnectivity )
|
||||
if( !ADVANCED_CFG::GetCfg().m_realTimeConnectivity )
|
||||
RecalculateConnections();
|
||||
|
||||
SetToolID( ID_HIGHLIGHT, wxCURSOR_HAND, _("Highlight specific net") );
|
||||
|
|
Loading…
Reference in New Issue