From 0c2cd1abb2733bbb52c54e94175ba76853a2eca9 Mon Sep 17 00:00:00 2001
From: Jeff Young <jeff@rokeby.ie>
Date: Sun, 29 Nov 2020 21:11:09 +0000
Subject: [PATCH] File left out of last commit.

Fixes https://gitlab.com/kicad/code/kicad/issues/6478
---
 pcbnew/footprint_edit_frame.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pcbnew/footprint_edit_frame.cpp b/pcbnew/footprint_edit_frame.cpp
index 6e1c31393b..2d9e8e759e 100644
--- a/pcbnew/footprint_edit_frame.cpp
+++ b/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();
 }