Formatting.
This commit is contained in:
parent
32d589a121
commit
b77709bb4d
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue