made Freeze/Thaw recursively (un)freeze child windows too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-03-03 11:30:07 +00:00
parent 9e85b0594d
commit 1c8e5c51f8
6 changed files with 62 additions and 62 deletions

View File

@@ -5901,14 +5901,4 @@ void wxGenericListCtrl::Refresh(bool eraseBackground, const wxRect *rect)
}
}
void wxGenericListCtrl::DoFreeze()
{
m_mainWin->Freeze();
}
void wxGenericListCtrl::DoThaw()
{
m_mainWin->Thaw();
}
#endif // wxUSE_LISTCTRL