Buffers System Explorer updates when importing parameters files to drastically improve import time.
Why should this Pull Request be merged?
Without this change, redrawing the tree for the parameters file at Source/Custom Device Support/Tests/System/Loopback/Assets/1553_VS_Scaled_Parameters.xml takes about 6 seconds. With this change, it is 1 second.
What testing has been done?
Ran automated tests to verify they still pass. Manually timed import to verify faster import/redraw. Verified there are no weird tree artifacts where items are drawn in the wrong location.
What does this Pull Request accomplish?
Buffers System Explorer updates when importing parameters files to drastically improve import time.
Why should this Pull Request be merged?
Without this change, redrawing the tree for the parameters file at
Source/Custom Device Support/Tests/System/Loopback/Assets/1553_VS_Scaled_Parameters.xml
takes about 6 seconds. With this change, it is 1 second.What testing has been done?
Ran automated tests to verify they still pass. Manually timed import to verify faster import/redraw. Verified there are no weird tree artifacts where items are drawn in the wrong location.