Fix typo for updating library trees.
Fixes: lp:1794087 * https://bugs.launchpad.net/kicad/+bug/1794087
This commit is contained in:
parent
3c86bc951a
commit
efefbf0fa0
|
@ -841,7 +841,7 @@ void InvokePcbLibTableEditor( KIWAY* aKiway, wxWindow* aCaller )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
auto editor = (FOOTPRINT_EDIT_FRAME*) aKiway->Player( FRAME_SCH_LIB_EDITOR, false );
|
auto editor = (FOOTPRINT_EDIT_FRAME*) aKiway->Player( FRAME_PCB_MODULE_EDITOR, false );
|
||||||
|
|
||||||
if( editor )
|
if( editor )
|
||||||
editor->SyncLibraryTree( true );
|
editor->SyncLibraryTree( true );
|
||||||
|
|
Loading…
Reference in New Issue