diff --git a/eeschema/sch_edit_frame.cpp b/eeschema/sch_edit_frame.cpp index baba9c6b6d..393fc4f198 100644 --- a/eeschema/sch_edit_frame.cpp +++ b/eeschema/sch_edit_frame.cpp @@ -1037,8 +1037,8 @@ void SCH_EDIT_FRAME::CommonSettingsChanged( bool aEnvVarsChanged, bool aTextVars { SCH_BASE_FRAME::CommonSettingsChanged( aEnvVarsChanged, aTextVarsChanged ); - if( aTextVarsChanged ) - GetCanvas()->GetView()->UpdateAllItems( KIGFX::ALL ); + GetCanvas()->GetView()->UpdateAllItems( KIGFX::ALL ); + GetCanvas()->Refresh(); RecreateToolbars(); Layout();