ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set in the radiobox style, otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Aug 2008 15:59:13 +0000 (15:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Aug 2008 15:59:13 +0000 (15:59 +0000)
commitad63992e0f69a9d0c41e173644b8c0e612477022
tree4fd6e3dfba0efd5103ce908722f6a03ae9fc77d7
parentf06832c1b6caae13c0bddf8f3a8aeb1114f4392b
ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set in the radiobox style, otherwise layout code doesn't work correctly and this can easily happen if the radiobox is created from an XRC file not specifying its style at all

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