File left out of last commit.

Fixes https://gitlab.com/kicad/code/kicad/issues/6478
This commit is contained in:
Jeff Young 2020-11-29 21:11:09 +00:00
parent b171d381f0
commit 0c2cd1abb2
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ void FOOTPRINT_EDIT_FRAME::ShowChangedLanguage()
void FOOTPRINT_EDIT_FRAME::OnModify()
{
PCB_BASE_FRAME::OnModify();
Update3DView( false );
Update3DView( true );
m_treePane->GetLibTree()->RefreshLibTree();
}