slint icon indicating copy to clipboard operation
slint copied to clipboard

Fix compiler panic when using `%` size in a flickable

Open ogoffart opened this issue 6 months ago • 2 comments

The viewport of a flickable is of ElementType::Native, and lookup_property don't query the builtin reserved properties in that case.

This commit fix the assert by allowing Type::Invalid as well.

Fixes #4163

ogoffart avatar Dec 27 '23 10:12 ogoffart