Replies: 1 comment 2 replies
-
|
Hi @sfrisso, I can’t reproduce this on my side. Could you please edit RegionSelector.qml on your side and change the timer value at lines 137–138? The file is located at: Timer {
id: captureDelay
interval: 80 // <-- try 160 instead, to give the compositor time to unmap the overlay
repeat: false
}Let me know if this fixes the issue |
Beta Was this translation helpful? Give feedback.
2 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.
-
Whenever I create an annotation by selecting a region, the selection borders appear in the screenshot. It seems the closing animation of the region selector finishes before the screenshot is actually captured. Is there a way to disable or remove that animation?
Beta Was this translation helpful? Give feedback.
All reactions