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

qml: disable asynchronous in `DragItem` image as a Qt bug workaround

parent 76e73756
No related branches found
No related tags found
No related merge requests found
Pipeline #580040 passed with warnings with stage
in 12 minutes and 26 seconds
......@@ -466,6 +466,9 @@ Item {
borderColor: theme.border
fillMode: Image.PreserveAspectCrop
// FIXME: Qt bug, asynchronous + texture provider + custom shader does not work properly with `grabToImage()`:
asynchronous: false
readonly property real eDPR: MainCtx.effectiveDevicePixelRatio(Window.window)
property bool _triggerReadiness: false
......
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