[Screen Toolkit] The position of Pin overlay is out of screen #920
xiaoyaoshengy
started this conversation in
Issues
Replies: 0 comments
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.
-
@ycf-anon Thank you for this nice plugin!
When using the
Pin Screenshotsfeature to pin many screenshots, I noticed that the initial positions of some pinned screenshots gradually shift toward the bottom-right corner, eventually causing the pinned screenshots to appear outside the screen. From the source code, I found that_nextPinIdkeeps increasing, which causesoffsetto increase as well, ultimately leading to the above issue.legacy-v4-plugins/screen-toolkit/overlays/Pin.qml
Line 32 in 5d73242
default.mp4
A possible solution: add a check when calculating the initial position to ensure it stays within the screen.
Beta Was this translation helpful? Give feedback.
All reactions