Add missing DRC auto-complete token.
This commit is contained in:
parent
49d6439ae0
commit
2ba9e07f0f
|
@ -408,6 +408,7 @@ void PANEL_SETUP_RULES::onScintillaCharAdded( wxStyledTextEvent &aEvent )
|
|||
else if( sexprs.top() == wxT( "disallow" ) || isDisallowToken( sexprs.top() ) )
|
||||
{
|
||||
tokens = wxT( "buried_via|"
|
||||
"footprint|"
|
||||
"graphic|"
|
||||
"hole|"
|
||||
"micro_via|"
|
||||
|
|
Loading…
Reference in New Issue