7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 21:11:43 +00:00

No hypertext for textboxes.

This commit is contained in:
Jeff Young 2025-02-10 16:15:01 +00:00
parent e240d57e28
commit b64733e76b

View File

@ -856,5 +856,6 @@ static struct PCB_TEXTBOX_DESC
PROPERTY_DISPLAY::PT_SIZE ),
marginProps );
propMgr.Mask( TYPE_HASH( PCB_TEXT ), TYPE_HASH( EDA_TEXT ), _HKI( "Hyperlink" ) );
}
} _PCB_TEXTBOX_DESC;