diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 0098d1a396..c2f2699435 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -1446,12 +1446,11 @@ bool wxAuiManager::LoadPerspective(const wxString& layout, bool update) if (!p.IsOk()) { // the pane window couldn't be found - // in the existing layout - return false; + // in the existing layout -- skip it + continue; } p.SafeSet(pane); - } if (update)