Terminate overbar notation correctly.
Fixes https://gitlab.com/kicad/code/kicad/issues/13438
This commit is contained in:
parent
9c0445ed98
commit
f17ddf5c88
|
@ -73,6 +73,9 @@ wxString AltiumPropertyToKiCadString( const wxString& aString )
|
|||
}
|
||||
}
|
||||
|
||||
if( inOverbar )
|
||||
converted += "}";
|
||||
|
||||
return converted;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue