Only update item color when highlighting items in GerbView
This commit is contained in:
parent
449da4303e
commit
b03ac1f614
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue