mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Fix acessing repeater variable in a nested repeater, and fix array as property
This commit is contained in:
parent
fc6c35bb3f
commit
fb5a82b6c7
5 changed files with 149 additions and 68 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue