]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/popupcmn.cpp
proper indentation
[wxWidgets.git] / src / common / popupcmn.cpp
index 41b8878af33de3ab7220aa31e6f460c862c86c2e..143dff26350a40d3530b6dfd1ff2597aba27c73b 100644 (file)
@@ -36,6 +36,7 @@
 
 #ifdef __WXUNIVERSAL__
     #include "wx/univ/renderer.h"
+    #include "wx/scrolbar.h"
 #endif // __WXUNIVERSAL__
 
 #ifdef __WXGTK__
@@ -561,7 +562,7 @@ void wxPopupFocusHandler::OnKillFocus(wxFocusEvent& event)
 void wxPopupFocusHandler::OnKeyDown(wxKeyEvent& event)
 {
     // let the window have it first, it might process the keys
-    if ( !m_popup->ProcessEvent(event) )
+    if ( !m_popup->GetEventHandler()->ProcessEvent(event) )
     {
         // by default, dismiss the popup
         m_popup->DismissAndNotify();