Add missing DRC auto-complete token.

This commit is contained in:
Jeff Young 2023-12-27 12:08:38 +00:00
parent 49d6439ae0
commit 2ba9e07f0f
1 changed files with 1 additions and 0 deletions

View File

@ -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|"