Remove extra NeedRIGHT in textbox parser
Fixes https://gitlab.com/kicad/code/kicad/-/issues/18033
This commit is contained in:
parent
26906f383c
commit
4c42f5dae0
|
@ -3452,7 +3452,6 @@ void PCB_IO_KICAD_SEXPR_PARSER::parseTextBoxContent( PCB_TEXTBOX* aTextBox )
|
|||
while( (token = NextTok() ) != T_RIGHT )
|
||||
parseOutlinePoints( aTextBox->GetPolyShape().Outline( 0 ) );
|
||||
|
||||
NeedRIGHT();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue