Browse Source

File left out of last commit.

Fixes https://gitlab.com/kicad/code/kicad/issues/6478
6.0.7
Jeff Young 5 years ago
parent
commit
0c2cd1abb2
  1. 2
      pcbnew/footprint_edit_frame.cpp

2
pcbnew/footprint_edit_frame.cpp

@ -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();
}

Loading…
Cancel
Save