Fixed XGetWindowAttributes so 'mapped' is reported

correctly. About box now pops up, but is a mess.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-02-26 14:51:08 +00:00
parent 16d865f756
commit ff6b424a2e
3 changed files with 20 additions and 1 deletions

View File

@@ -1062,7 +1062,9 @@ void wxWindowX11::OnInternalIdle()
// Set the input focus if couldn't do it before
if (m_needsInputFocus)
{
SetFocus();
}
}
// ----------------------------------------------------------------------------