diff --git a/Code/Sandbox/Editor/ViewPane.cpp b/Code/Sandbox/Editor/ViewPane.cpp index 52146bdf09..c66a5f3f38 100644 --- a/Code/Sandbox/Editor/ViewPane.cpp +++ b/Code/Sandbox/Editor/ViewPane.cpp @@ -589,7 +589,7 @@ void CLayoutViewPane::ShowTitleMenu() action->setChecked(IsFullscreen()); action = root.addAction(tr("Configure Layout...")); - if (AZ::Interface::Get()) + if (!CViewManager::IsMultiViewportEnabled()) { action->setDisabled(true); }