FIX: Label hyperlink style

Change-Id: Ib0935b41080de994b0b82e4c211ff7a0b9f295bc
This commit is contained in:
chunmao.guo 2022-10-19 13:35:04 +08:00 committed by Lane.Wei
parent e363966f9b
commit 5fc2acc235
2 changed files with 26 additions and 10 deletions

View file

@ -13,6 +13,8 @@ public:
Label(wxWindow *parent, wxFont const &font, wxString const &text = {}, long style = 0);
void SetLabel(const wxString& label) override;
void SetWindowStyleFlag(long style) override;
private: