Disable net highlighting after loading a new board.

This commit is contained in:
Maciej Suminski 2015-06-04 14:54:08 +02:00
parent ce4b4f8221
commit 209e630873
1 changed files with 1 additions and 0 deletions

View File

@ -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