Only update item color when highlighting items in GerbView

This commit is contained in:
Jon Evans 2018-02-25 18:55:18 -05:00 committed by Wayne Stambaugh
parent 449da4303e
commit b03ac1f614
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ int GERBVIEW_CONTROL::HighlightControl( const TOOL_EVENT& aEvent )
}
}
m_frame->GetGalCanvas()->GetView()->RecacheAllItems();
m_frame->GetGalCanvas()->GetView()->UpdateAllItems( KIGFX::COLOR );
m_frame->GetGalCanvas()->Refresh();
return 0;