mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Update cache when modifying schematic
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18297
This commit is contained in:
parent
fa566b8061
commit
2347b290cb
@ -1236,6 +1236,7 @@ void SCHEMATIC::RecalculateConnections( SCH_COMMIT* aCommit, SCH_CLEANUP_FLAGS a
|
||||
PICKED_ITEMS_LIST* aLastChangeList )
|
||||
{
|
||||
SCHEMATIC_SETTINGS& settings = Settings();
|
||||
RefreshHierarchy();
|
||||
SCH_SHEET_LIST list = Hierarchy();
|
||||
SCH_COMMIT localCommit( aToolManager );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user