Fix acessing repeater variable in a nested repeater, and fix array as property

This commit is contained in:
Olivier Goffart 2020-08-13 15:38:28 +02:00
parent fc6c35bb3f
commit fb5a82b6c7
5 changed files with 149 additions and 68 deletions

View file

@ -10,7 +10,6 @@ struct SharedArray
{
internal::sixtyfps_shared_array_new_null(reinterpret_cast<SharedArray<uint8_t> *>(this));
}
explicit SharedArray(void *inner) : inner(inner) { }
SharedArray(const SharedArray &other)
{