Add missing DRC auto-complete token.
(cherry picked from commit 2ba9e07f0f
)
This commit is contained in:
parent
d638f4cad0
commit
25db3032ee
|
@ -396,6 +396,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