Hand cherry-pick of fix from master.

Fixes https://gitlab.com/kicad/code/kicad/issues/11261
This commit is contained in:
Jeff Young 2022-05-08 23:07:59 +01:00
parent 1831e034be
commit c04a183141
1 changed files with 2 additions and 0 deletions

View File

@ -885,6 +885,8 @@ void PCB_BASE_FRAME::CommonSettingsChanged( bool aEnvVarsChanged, bool aTextVars
return false;
} );
GetCanvas()->GetView()->UpdateAllItems( KIGFX::COLOR );
RecreateToolbars();
// The 3D viewer isn't in the Kiway, so send its update manually