Update symbols after assigning different LIB_IDs.

Fixes: lp:1835612
* https://bugs.launchpad.net/kicad/+bug/1835612
This commit is contained in:
Jeff Young 2019-07-09 12:38:10 +01:00
parent 17d64ac348
commit 46f47adebe
1 changed files with 3 additions and 2 deletions

View File

@ -1018,8 +1018,9 @@ int SCH_EDITOR_CONTROL::EditSymbolFields( const TOOL_EVENT& aEvent )
int SCH_EDITOR_CONTROL::EditSymbolLibraryLinks( const TOOL_EVENT& aEvent )
{
InvokeDialogEditComponentsLibId( m_frame );
m_frame->GetCanvas()->Refresh( true );
if( InvokeDialogEditComponentsLibId( m_frame ) )
m_frame->HardRedraw();
return 0;
}