Skip to content
Snippets Groups Projects
Commit 8c1effb4 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu
Browse files

qml: let `grabToImage()` do the off-screen rendering in DragItem

Trying to use `grabToImage()` on an invisible item
reportedly caused issues, possibly due to lack of
polish call or children just not getting ready as
soon as they are made visible off-screen.

With Qt 6, this does not seem to apply anymore.
Instead of rendering off-screen manually, it should
be a better idea to just let `grabToImage()` do that
itself.
parent 1aa2d804
No related branches found
No related tags found
Loading
Pipeline #510532 passed with stage
in 18 minutes and 39 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment