]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/hyperlink.cpp
fixing gdiplus implementation, see #11282
[wxWidgets.git] / src / gtk / hyperlink.cpp
index 44645ce0fab075e2486aef667c436e289b849207..dc90de7e584d666e7cd9b9d1ce6ac24bd83ca492 100644 (file)
@@ -107,7 +107,6 @@ bool wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id,
         m_parent->DoAddChild( this );
 
         PostCreation(size);
-        SetInitialSize(size);
 
         // wxWindowGTK will connect to the enter_notify and leave_notify GTK+ signals
         // thus overriding GTK+'s internal signal handlers which set the cursor of