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:
@@ -1191,7 +1191,6 @@ wxWindowGTK *FindWindowForMouseEvent(wxWindowGTK *win, wxCoord& x, wxCoord& y)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ((child->m_wxwindow == NULL) &&
|
if ((child->m_wxwindow == NULL) &&
|
||||||
!gtk_widget_get_has_window(child->m_widget) &&
|
|
||||||
win->IsClientAreaChild(child) &&
|
win->IsClientAreaChild(child) &&
|
||||||
(child->m_x <= xx) &&
|
(child->m_x <= xx) &&
|
||||||
(child->m_y <= yy) &&
|
(child->m_y <= yy) &&
|
||||||
|
Reference in New Issue
Block a user