Formatting.

This commit is contained in:
Jeff Young 2024-01-30 14:03:38 +00:00
parent 32d589a121
commit b77709bb4d
1 changed files with 5 additions and 2 deletions

View File

@ -108,9 +108,12 @@ void SCH_EDIT_FRAME::SaveCopyInUndoList( SCH_SCREEN* aScreen, SCH_ITEM* aItem,
if( aDirtyConnectivity )
{
if( !aItem->IsConnectivityDirty() && aItem->Connection()
&& ( aItem->Connection()->Name() == m_highlightedConn ) )
if( !aItem->IsConnectivityDirty()
&& aItem->Connection()
&& ( aItem->Connection()->Name() == m_highlightedConn ) )
{
m_highlightedConnChanged = true;
}
aItem->SetConnectivityDirty();
}