mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #253] Wrong screen location recorded (high DPI issue?) #210
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#210
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jdpurcell on GitHub (Feb 4, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/253
Originally assigned to: @NickeManarin on GitHub.
The first time I position the recorder window and record, it works fine. When I switch back from the editor to record mode, if I don't re-position the record window, it records the wrong screen location. This may be related to high DPI; I'm using Windows 10 with 150% scaling.
The issue started with commit
453fae2613, with one of the changes in Recorder.xaml.cs.Screenshot of the GIF timeline; notice how part of the recorder window border was captured:

@NickeManarin commented on GitHub (Feb 4, 2018):
Interesting, I forgot to calculate the position after loading the window. The event that is triggered when the window is repositioned does not fire on load.
I'll fix it and republish v2.12 shortly. Thanks for the feedback.
@NickeManarin commented on GitHub (Feb 4, 2018):
Fixed. :)