fix wxHyperlinkCtrl opening URL twice, see #13813

This commit is contained in:
Paul Cornett
2015-08-18 23:02:33 -07:00
parent 22eec38806
commit 0ff96c620f
2 changed files with 39 additions and 8 deletions

View File

@@ -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,