mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
More suppression of ClientToScreen warning message
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user