Warning System Changes (polish) Redo (#4009)
* Restores the branch to the old status from old branch Signed-off-by: aaguilea <aaguilea@amazon.com> * Changes that didnt make it from merge manually fixed Signed-off-by: aaguilea <aaguilea@amazon.com> * forgot one Signed-off-by: aaguilea <aaguilea@amazon.com> * Added Ebus in order to remove rigidbody's dependencies Signed-off-by: aaguilea <aaguilea@amazon.com> * answering some of the comments in the PR Signed-off-by: aaguilea <aaguilea@amazon.com> * Small typo changed Signed-off-by: aaguilea <aaguilea@amazon.com>
This commit is contained in:
committed by
GitHub
parent
c28bc7c6d8
commit
4167bb6cde
@@ -395,12 +395,6 @@ namespace AzToolsFramework
|
||||
AzQtComponents::CardNotification* ComponentEditor::CreateNotificationForWarningComponents(const QString& message)
|
||||
{
|
||||
AzQtComponents::CardNotification * notification = CreateNotification(message);
|
||||
const QPushButton * featureButton = notification->addButtonFeature(tr("Continue"));
|
||||
|
||||
connect(featureButton, &QPushButton::clicked, this, [notification]()
|
||||
{
|
||||
notification->close();
|
||||
});
|
||||
|
||||
return notification;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user