missing change
This commit is contained in:
parent
c17c9960d8
commit
03611f7bb7
|
@ -98,7 +98,7 @@ bool CONNECTION_SUBGRAPH::ResolveDrivers( bool aCreateMarkers )
|
|||
{
|
||||
auto p = static_cast<SCH_SHEET_PIN*>( c );
|
||||
|
||||
if( p->GetShape() == PINSHEETLABEL_SHAPE::PSHAPE_OUTPUT )
|
||||
if( p->GetShape() == PINSHEETLABEL_SHAPE::PS_OUTPUT )
|
||||
{
|
||||
m_driver = c;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue