Merge pull request #5417 from aws-lumberyard-dev/Atom/guthadam/material_editor_inspector_performance

Queuing inspector invalidation to remove stall opening/closing several documents
monroegm-disable-blank-issue-2
Guthrie Adams 4 years ago committed by GitHub
commit 5958bb090c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ namespace AtomToolsFramework
m_propertyEditor->Setup(context, instanceNotificationHandler, false);
m_propertyEditor->AddInstance(instance, instanceClassId, nullptr, instanceToCompare);
m_propertyEditor->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
m_propertyEditor->InvalidateAll();
m_propertyEditor->QueueInvalidation(AzToolsFramework::PropertyModificationRefreshLevel::Refresh_EntireTree);
m_layout->addWidget(m_propertyEditor);
setLayout(m_layout);

Loading…
Cancel
Save