Skip to content
Discussion options

You must be logged in to vote

I think #8828 should fix this. Could you give it a try?

With this PR, your example works, with one single change: It's important to avoid calling request_redraw() directly on the winit::window::Window and instead, in force_redraw_all_windows replace the call to winit_window.request_redraw() with window.window().request_redraw(). Otherwise Slint's built-in throttle won't help.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
3 replies
@clneale
Comment options

@tronical
Comment options

@tronical
Comment options

Answer selected by clneale
Comment options

You must be logged in to vote
6 replies
@clneale
Comment options

@clneale
Comment options

@tronical
Comment options

@clneale
Comment options

@clneale
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants