Do not create overbar from "~~" when converting to new format
Fixes bug 4 from https://gitlab.com/kicad/code/kicad/-/issues/8591.
This commit is contained in:
parent
850444f46e
commit
2a3d8e22b6
|
@ -68,6 +68,7 @@ wxString ConvertToNewOverbarNotation( const wxString& aOldStr )
|
|||
|
||||
// Two subsequent tildes mean a tilde.
|
||||
newStr << "~";
|
||||
++chIt;
|
||||
continue;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue