Formatting.
This commit is contained in:
parent
a4062ade3d
commit
116908c088
|
@ -211,7 +211,8 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
|
||||||
if( schItem->IsSelected() )
|
if( schItem->IsSelected() )
|
||||||
selectedModified = true;
|
selectedModified = true;
|
||||||
|
|
||||||
auto updateConnectivityFlag = [&, this]()
|
auto updateConnectivityFlag =
|
||||||
|
[&]()
|
||||||
{
|
{
|
||||||
if( schItem->IsConnectable() )
|
if( schItem->IsConnectable() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue