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.
|
// Two subsequent tildes mean a tilde.
|
||||||
newStr << "~";
|
newStr << "~";
|
||||||
|
++chIt;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue