Reverted/commented out unsuccessful defer fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -719,7 +719,7 @@ wxRadioBox::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
|
||||
// in a dynamic layout. Refreshing causes flicker, but it's better than
|
||||
// leaving droppings. Note that for some reason, wxStaticBox doesn't need
|
||||
// this (perhaps because it has no real children?)
|
||||
else if (nMsg == WM_MOVE && IsKindOf(CLASSINFO(wxRadioBox)))
|
||||
else if (nMsg == WM_MOVE)
|
||||
{
|
||||
WXLRESULT res = wxControl::MSWWindowProc(nMsg, wParam, lParam);
|
||||
wxRect rect = GetRect();
|
||||
|
Reference in New Issue
Block a user