fix wxHyperlinkCtrl opening URL twice, see #13813

(cherry picked from commit 0ff96c620f)
This commit is contained in:
Paul Cornett
2015-08-18 23:02:33 -07:00
parent 2dd407609b
commit 65b17ab188
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,