modification to fix in r70597, has-window check is unnecessary and perhaps incorrect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2012-02-15 16:41:23 +00:00
parent c34ced947a
commit 93a555caff

View File

@ -1191,7 +1191,6 @@ wxWindowGTK *FindWindowForMouseEvent(wxWindowGTK *win, wxCoord& x, wxCoord& y)
else
{
if ((child->m_wxwindow == NULL) &&
!gtk_widget_get_has_window(child->m_widget) &&
win->IsClientAreaChild(child) &&
(child->m_x <= xx) &&
(child->m_y <= yy) &&