git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14258
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (wxWindowIsVisible(xwindow))
{
if (wxWindowIsVisible(xwindow))
{
- // XSetInputFocus( wxGlobalDisplay(), xwindow, RevertToParent, CurrentTime );
+ XSetInputFocus( wxGlobalDisplay(), xwindow, RevertToParent, CurrentTime );
m_needsInputFocus = FALSE;
}
else
m_needsInputFocus = FALSE;
}
else
wxWindow *wxWindowX11::GetFocusWidget()
{
wxWindow *win = (wxWindow*) this;
wxWindow *wxWindowX11::GetFocusWidget()
{
wxWindow *win = (wxWindow*) this;
// Enabling/disabling handled by event loop, and not sending events
// if disabled.
// Enabling/disabling handled by event loop, and not sending events
// if disabled.