This appears to have already been fixed in the current tree.
The MSW case was addressed by commit 2151ac9 ("Grey out wxHyperlinkCtrl in wxMSW when it is disabled"), which overrides wxHyperlinkCtrl::Enable() to switch the native link colour to wxSYS_COLOUR_GRAYTEXT while disabled and restore the previous enabled colour when re-enabled.
The generic implementation was addressed by commit e934d81 ("Grey out wxGenericHyperlinkCtrl when it is disabled too"), which paints disabled generic hyperlink controls using wxSYS_COLOUR_GRAYTEXT.
So the reported disabled-link appearance problem is covered for the Windows and generic implementations now.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you authored the thread.![]()