• jean-pierre charras's avatar
    Pcbnew: Fix issue when displaying net names and/or pad numbers including the... · 082b8326
    jean-pierre charras authored
    Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" &lt;" sequence in messages displayed in html)
    Eeschema: replace "<" and ">" by "(" and ")" in autogenerated net names, to avoid other issues in html messages.
    Very minor other fixes.
    082b8326
class_drc_item.h 8.92 KB