]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/animate.cpp
truncate the static box label to fit the control size (patch 1695228)
[wxWidgets.git] / src / gtk / animate.cpp
index e6e6b8b0f903c42bf5fdd15db05e71b6bc1f7ce8..2999905883cff346d685801b0336b0416e269408 100644 (file)
@@ -200,7 +200,6 @@ bool wxAnimationCtrl::Create( wxWindow *parent, wxWindowID id,
                               const wxString& name)
 {
     m_needParent = true;
-    m_acceptsFocus = true;
 
     if (!PreCreation( parent, pos, size ) ||
         !base_type::CreateBase(parent, id, pos, size, style & wxWINDOW_STYLE_MASK,