slint/helper_crates
Simon Hausmann 52aae34f94 Fix Deref for VRc<VTable, Dyn>
As outlined in commit 753ec83a05,
converting from a VRc<VT, X> to VRc<VT, Dyn> requires subsequent use of
the data_offset in order to determine the correct instance pointer.

This applies also to VRc's Deref implementation, which isn't used with
Dyn right now, but will be soon in order to determine the bare instance
address for item tree traversal.
2020-11-19 16:24:12 +01:00
..
const-field-offset Normalize the spelling of SixtyFPS 2020-10-13 07:48:55 +02:00
vtable Fix Deref for VRc<VTable, Dyn> 2020-11-19 16:24:12 +01:00