Replies: 1 comment
-
Thanks, this is similar to the workaround from #112 (comment) but updated and generalized. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to #4324, but this time abusing pure callbacks.
This uses the fact that the callback is going to be called on every value (modulo waiting for frame shenanigans I guess).
I also found that slint compiler is smarter than I thought and will remove a dummy custom property that is never read, so I had to use an inbuilt one. I never change opacity in my code, especially dynamically, but if you do, you can pick something else.
Beta Was this translation helpful? Give feedback.
All reactions