mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Update hierarchy navigator when sheet schematic file is changed.
This commit is contained in:
parent
fddc61d885
commit
90e2dc78b1
@ -2078,6 +2078,8 @@ int SCH_EDIT_TOOL::Properties( const TOOL_EVENT& aEvent )
|
||||
{
|
||||
if( isUndoable )
|
||||
commit.Push( _( "Edit Sheet Properties" ) );
|
||||
else
|
||||
m_frame->UpdateHierarchyNavigator();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user