Disable net highlighting after loading a new board.
This commit is contained in:
parent
ce4b4f8221
commit
209e630873
|
@ -116,6 +116,7 @@ void SELECTION_TOOL::Reset( RESET_REASON aReason )
|
|||
// without changing their properties (as they are already deleted
|
||||
// while a new board is loaded)
|
||||
m_selection.clear();
|
||||
getView()->GetPainter()->GetSettings()->SetHighlight( false );
|
||||
}
|
||||
else
|
||||
// Restore previous properties of selected items and remove them from containers
|
||||
|
|
Loading…
Reference in New Issue