]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/hyperlink.cpp
update frm Ivan Masar
[wxWidgets.git] / src / gtk / hyperlink.cpp
index 701aeb934da8815e003218ee9267737ab34cb217..8d120d9c13b8af09432d0422054734ac9908226a 100644 (file)
@@ -76,8 +76,6 @@ bool wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id,
         // do validation checks:
         CheckParams(label, url, style);
 
-        m_needParent = true;
-
         if (!PreCreation( parent, pos, size ) ||
             !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
         {