fix crash in wxRadioBox creation due to its DoGetBestSize() now being called from...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 12:17:55 +0000 (12:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 31 Oct 2006 12:17:55 +0000 (12:17 +0000)
commit04988ec423394b7f9464bb360f851b9d99617f48
tree3a789911704e00933347a6f9e588e8a606b53e62
parent7aa920b5a52e59e7e9cb4c0b9af6697fb79a4a1a
fix crash in wxRadioBox creation due to its DoGetBestSize() now being called from the base class Create(), before m_radioButtons are created

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