Possible fix for #2364
This commit is contained in:
Andrea Gavana
2024-09-05 14:42:07 +02:00
committed by GitHub
parent a87b02874e
commit 6ae09a2064

View File

@@ -9370,7 +9370,7 @@ class AuiManager(wx.EvtHandler):
notebookRoot = GetNotebookRoot(self._panes, paneInfo.notebook_id)
if not notebookRoot or not notebookRoot.IsDocked():
if not notebookRoot or not notebookRoot.IsDocked() or not notebookRoot.IsShown():
continue
rc = paneInfo.window.GetScreenRect()