diff --git a/wx/lib/agw/aui/framemanager.py b/wx/lib/agw/aui/framemanager.py index 5620987c..c47e35dc 100644 --- a/wx/lib/agw/aui/framemanager.py +++ b/wx/lib/agw/aui/framemanager.py @@ -2195,6 +2195,9 @@ class AuiDockingGuideWindow(wx.Window): :param `pos`: a :class:`wx.Point` mouse position. """ + if not self.GetTopLevelParent().IsShownOnScreen() and self.IsShownOnScreen(): + return + inside = self.GetScreenRect().Contains(pos) if inside: