mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
@@ -9370,7 +9370,7 @@ class AuiManager(wx.EvtHandler):
|
|||||||
|
|
||||||
notebookRoot = GetNotebookRoot(self._panes, paneInfo.notebook_id)
|
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
|
continue
|
||||||
|
|
||||||
rc = paneInfo.window.GetScreenRect()
|
rc = paneInfo.window.GetScreenRect()
|
||||||
|
|||||||
Reference in New Issue
Block a user