AtomTools: fixing status bar messages

fixed problems with status bar messages not appearing
added status bar messages to shader management console
got rid of central widget variable and moved layout to atom tools window base class

Signed-off-by: Guthrie Adams <guthadam@amazon.com>
This commit is contained in:
Guthrie Adams
2021-08-11 16:38:13 -05:00
parent e10e62b399
commit e0410385d5
5 changed files with 100 additions and 61 deletions
@@ -52,6 +52,9 @@ namespace ShaderManagementConsole
void CreateMenu() override;
void CreateTabBar() override;
QString GetDocumentPath(const AZ::Uuid& documentId) const;
void OpenTabContextMenu() override;
void SelectDocumentForTab(const int tabIndex);