ADDED: support naked hyperlinks in tablecells and textboxes.

Also fix flickering due to IS_ROLLOVER flag getting
nuked.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18832
This commit is contained in:
Jeff Young
2025-02-19 23:43:53 +00:00
parent c8f56f24a8
commit 072d8d55fe
8 changed files with 52 additions and 27 deletions
+5
View File
@@ -142,6 +142,11 @@ KICOMMON_API wxString RemoveHTMLTags( const wxString& aInput );
*/
KICOMMON_API wxString LinkifyHTML( wxString aStr );
/**
* Performs a URL sniff-test on a string.
*/
KICOMMON_API bool IsURL( wxString aStr );
/**
* Read one line line from \a aFile.
*