fix wxHyperlinkCtrl opening URL twice, see #13813
(cherry picked from commit 0ff96c620f
)
This commit is contained in:
@@ -35,6 +35,8 @@ public:
|
||||
(void)Create(parent, id, label, url, pos, size, style, name);
|
||||
}
|
||||
|
||||
~wxHyperlinkCtrl();
|
||||
|
||||
// Creation function (for two-step construction).
|
||||
bool Create(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
|
Reference in New Issue
Block a user