Handle language changes for Schematic Hierarchy Navigator.
Fixes https://gitlab.com/kicad/code/kicad/issues/13291
This commit is contained in:
parent
fc15454dd1
commit
987eb4b46a
|
@ -1586,6 +1586,10 @@ void SCH_EDIT_FRAME::ShowChangedLanguage()
|
|||
// tooltips in toolbars
|
||||
RecreateToolbars();
|
||||
|
||||
m_auimgr.GetPane( m_hierarchy ).Caption( _( "Schematic Hierarchy" ) );
|
||||
m_auimgr.Update();
|
||||
m_hierarchy->UpdateHierarchyTree();
|
||||
|
||||
// status bar
|
||||
UpdateMsgPanel();
|
||||
|
||||
|
|
Loading…
Reference in New Issue