Added mechanism for viewpanes to request buttons on the main toolbar (#1189)

This commit is contained in:
Terry Michaels
2021-06-08 12:02:02 -05:00
committed by GitHub
parent b24c83122e
commit 0fcd6e84ec
5 changed files with 33 additions and 1 deletions
+3 -1
View File
@@ -470,9 +470,11 @@ void MainWindow::Initialize()
InitToolActionHandlers();
// Initialize toolbars before we setup the menu so that any tools can be added to the toolbar as needed
InitToolBars();
m_levelEditorMenuHandler->Initialize();
InitToolBars();
InitStatusBar();
AzToolsFramework::SourceControlNotificationBus::Handler::BusConnect();