Index: wxXtra/manager.cpp
===================================================================
--- wxXtra/manager.cpp	(revision 600)
+++ wxXtra/manager.cpp	(working copy)
@@ -4049,6 +4049,10 @@
         pane.state &= ~wxPaneInfo::actionPane;
         Update();
     }
+    else
+    {
+        event.Skip();
+    }
 
     m_action = actionNone;
     m_last_mouse_move = wxPoint(); // see comment in OnMotion()
@@ -4198,6 +4202,10 @@
                 m_hover_button = NULL;
                 Repaint();
             }
+             else
+            {
+                event.Skip();
+            }
         }
     }
 }
