fix digitalmars bug (ambiguous symbol)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -864,7 +864,7 @@ void wxTopLevelWindowMSW::OnActivate(wxActivateEvent& event)
|
|||||||
if ( event.GetActive() )
|
if ( event.GetActive() )
|
||||||
{
|
{
|
||||||
// restore focus to the child which was last focused
|
// restore focus to the child which was last focused
|
||||||
wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd);
|
// wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd);
|
||||||
|
|
||||||
wxWindow *parent = m_winLastFocused ? m_winLastFocused->GetParent()
|
wxWindow *parent = m_winLastFocused ? m_winLastFocused->GetParent()
|
||||||
: NULL;
|
: NULL;
|
||||||
|
Reference in New Issue
Block a user