Added toolbar icons, updated viewport header UX (#1240)

This commit is contained in:
Terry Michaels
2021-06-10 11:42:25 -05:00
committed by GitHub
parent 67489d2907
commit 91fb8be535
22 changed files with 109 additions and 35 deletions
@@ -188,7 +188,7 @@ namespace AzToolsFramework
virtual void AddEditMenuAction(QAction* action) = 0;
/// Add an action to the Editor menu.
virtual void AddMenuAction(AZStd::string_view categoryId, QAction* action) = 0;
virtual void AddMenuAction(AZStd::string_view categoryId, QAction* action, bool addToToolsToolbar) = 0;
/// (Re)populate the default EditMenu.
/// Restore the EditMenu to its default state (the options available when first opening a level).