]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/combog.cpp
basic blitting implementation
[wxWidgets.git] / src / generic / combog.cpp
index d970168df3fa39f2e94c7014d503fb844acb0246..4e602748e8239ae1e6aeae7b7732068e6cc773ae 100644 (file)
@@ -280,7 +280,7 @@ void wxGenericComboControl::OnPaintEvent( wxPaintEvent& WXUNUSED(event) )
 
 void wxGenericComboControl::OnMouseEvent( wxMouseEvent& event )
 {
-    bool isOnButtonArea = m_btnArea.Inside(event.m_x,event.m_y);
+    bool isOnButtonArea = m_btnArea.Contains(event.m_x,event.m_y);
     int handlerFlags = isOnButtonArea ? wxCC_MF_ON_BUTTON : 0;
 
     // Preprocessing fabricates double-clicks and prevents