Update symbols after assigning different LIB_IDs.
Fixes: lp:1835612 * https://bugs.launchpad.net/kicad/+bug/1835612
This commit is contained in:
parent
17d64ac348
commit
46f47adebe
|
@ -1018,8 +1018,9 @@ int SCH_EDITOR_CONTROL::EditSymbolFields( const TOOL_EVENT& aEvent )
|
||||||
|
|
||||||
int SCH_EDITOR_CONTROL::EditSymbolLibraryLinks( const TOOL_EVENT& aEvent )
|
int SCH_EDITOR_CONTROL::EditSymbolLibraryLinks( const TOOL_EVENT& aEvent )
|
||||||
{
|
{
|
||||||
InvokeDialogEditComponentsLibId( m_frame );
|
if( InvokeDialogEditComponentsLibId( m_frame ) )
|
||||||
m_frame->GetCanvas()->Refresh( true );
|
m_frame->HardRedraw();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue