Add missing DRC auto-complete token.

(cherry picked from commit 2ba9e07f0f)
This commit is contained in:
Jeff Young 2023-12-27 12:08:38 +00:00
parent d638f4cad0
commit 25db3032ee
1 changed files with 1 additions and 0 deletions

View File

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