Merge pull request #2599 from infinity77/patch-3

Possible fix for #2364
This commit is contained in:
Scott Talbert
2024-09-05 09:14:46 -04:00
committed by GitHub

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()