feathersui / feathersui-starling

User interface components for Starling Framework and Adobe AIR
https://feathersui.com/learn/as3-starling/
Other
914 stars 386 forks source link

DataGridRowRenderer._updateForDataReset flag never cleared #1815

Closed esidegallery closed 2 years ago

esidegallery commented 2 years ago

Assume this is a mistake as once set, it causes each cell's data to be reset on every preLayout() call thereafter. Also assuming that clearing this flag after a draw call is the correct way?

joshtynjala commented 2 years ago

Can you put this at the end of preLayout() instead? That will more closely match similar code in other components. Thanks!

esidegallery commented 2 years ago

Done! 👍