diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 7fd2412a14..c40be51d17 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -1447,12 +1447,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)