mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user