File left out of last commit.
Fixes https://gitlab.com/kicad/code/kicad/issues/6478
This commit is contained in:
parent
b171d381f0
commit
0c2cd1abb2
|
@ -713,7 +713,7 @@ void FOOTPRINT_EDIT_FRAME::ShowChangedLanguage()
|
||||||
void FOOTPRINT_EDIT_FRAME::OnModify()
|
void FOOTPRINT_EDIT_FRAME::OnModify()
|
||||||
{
|
{
|
||||||
PCB_BASE_FRAME::OnModify();
|
PCB_BASE_FRAME::OnModify();
|
||||||
Update3DView( false );
|
Update3DView( true );
|
||||||
m_treePane->GetLibTree()->RefreshLibTree();
|
m_treePane->GetLibTree()->RefreshLibTree();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue