]> git.saurik.com Git - wxWidgets.git/commitdiff
modification to fix in r70597, has-window check is unnecessary and perhaps incorrect
authorPaul Cornett <paulcor@bullseye.com>
Wed, 15 Feb 2012 16:41:23 +0000 (16:41 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 15 Feb 2012 16:41:23 +0000 (16:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index 4a3b0068cb1362567fef0675da6bd96aec95cb05..5717ec805fc46be2f2089e544ddb1c7e212fa7f9 100644 (file)
@@ -1191,7 +1191,6 @@ wxWindowGTK *FindWindowForMouseEvent(wxWindowGTK *win, wxCoord& x, wxCoord& y)
         else
         {
             if ((child->m_wxwindow == NULL) &&
         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) &&
                 win->IsClientAreaChild(child) &&
                 (child->m_x <= xx) &&
                 (child->m_y <= yy) &&