Do not clear highlighting on a cancel event

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9035
This commit is contained in:
Jon Evans 2021-09-12 17:35:44 -04:00
parent 814b6b8e86
commit ed342d0cc0
1 changed files with 0 additions and 1 deletions

View File

@ -2092,7 +2092,6 @@ void SCH_EDITOR_CONTROL::setTransitions()
Go( &SCH_EDITOR_CONTROL::HighlightNetCursor, EE_ACTIONS::highlightNetTool.MakeEvent() );
Go( &SCH_EDITOR_CONTROL::UpdateNetHighlighting, EVENTS::SelectedItemsModified );
Go( &SCH_EDITOR_CONTROL::UpdateNetHighlighting, EE_ACTIONS::updateNetHighlighting.MakeEvent() );
Go( &SCH_EDITOR_CONTROL::ClearHighlight, ACTIONS::cancelInteractive.MakeEvent() );
Go( &SCH_EDITOR_CONTROL::AssignNetclass, EE_ACTIONS::assignNetclass.MakeEvent() );