diff --git a/src/common/stattextcmn.cpp b/src/common/stattextcmn.cpp index aaa61e87ec..a83d937246 100644 --- a/src/common/stattextcmn.cpp +++ b/src/common/stattextcmn.cpp @@ -210,9 +210,6 @@ void wxStaticTextBase::AutoResizeIfNecessary() // any more. InvalidateBestSize(); - if ( IsEllipsized() ) // if ellipsize is ON, then we don't want to get resized! - return; - // This flag is specifically used to prevent the control from resizing even // when its label changes. if ( HasFlag(wxST_NO_AUTORESIZE) )