Fix handling of wxST_NO_AUTORESIZE in wxOSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Mar 2013 22:44:17 +0000 (22:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Mar 2013 22:44:17 +0000 (22:44 +0000)
commite465e64881541f817b8b5b065d4f477e9f012753
treec951e974a880645353ddbf071d1dcf3557c847d4
parent00dee70d12585a32b92a135cfa0c4b2402a0085f
Fix handling of wxST_NO_AUTORESIZE in wxOSX.

We do need to set the size of wxStaticText initially even when this style is
specified, it only tells us to not update it later. Otherwise even the initial
label was never shown in full.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/stattext_osx.cpp