fixed bug in wxFrame::OnActivate
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 May 2001 17:02:18 +0000 (17:02 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 May 2001 17:02:18 +0000 (17:02 +0000)
commitde243b058f059e1264c2d53346eab6190b3a11c2
treedc05c1613dae238dbaab8d84517d02f43d78064d
parentfaa20af7d4152f53a4e41677be906801888fa577
fixed bug in wxFrame::OnActivate
(added virtual void RemoveChild() which make sure OnActivate
won't accidentally use invalid m_winLastFocused ptr)

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