jalovatt / scythe

Lua GUI library and utility framework for Reaper scripts (formerly Lokasenna_GUI)
https://jalovatt.github.io/scythe
MIT License
26 stars 5 forks source link

Add Element:recreate(newProps) #153

Open jalovatt opened 4 years ago

jalovatt commented 4 years ago

This might be doable as an extension of recalculateInternals; if all creation logic is done there, then the element doesn't need to be recreated from the ground up with all of the implications for serialization and reference tracking.