Summary: | QML-based cropper does not support virtual desktops spanning multiple screens | ||
---|---|---|---|
Product: | [Applications] Spectacle | Reporter: | Martin Herkt <lachs0r> |
Component: | General | Assignee: | Boudhayan Gupta <me> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kscreengenie/a1782fc05cab519ecd1437eefbe0b418081e4118 | Version Fixed In: | 16.04 |
Sentry Crash Report: | |||
Attachments: | Patch to fix editor pixmap scaling |
Description
Martin Herkt
2016-03-27 17:34:24 UTC
Please test with kwin once. Same behavior with KWin. Git commit 639a1f4f4d9bcb9f088a0a0552a0ec05be61207d by Boudhayan Gupta. Committed on 27/03/2016 at 18:01. Pushed by bgupta into branch 'Applications/16.04'. Editor window should be as big as pixmap FIXED-IN: 16.04 M +3 -0 src/QuickEditor/QuickEditor.cpp http://commits.kde.org/kscreengenie/639a1f4f4d9bcb9f088a0a0552a0ec05be61207d Created attachment 98116 [details]
Patch to fix editor pixmap scaling
Almost.
Works with this patch.
Comment on attachment 98116 [details]
Patch to fix editor pixmap scaling
That patch will break HiDPI support. I'll try to fix it by hooking to Window instead of Screen
Git commit a1782fc05cab519ecd1437eefbe0b418081e4118 by Boudhayan Gupta. Committed on 27/03/2016 at 18:25. Pushed by bgupta into branch 'Applications/16.04'. Fix image sizing inside the editor M +2 -2 src/QuickEditor/EditorRoot.qml http://commits.kde.org/kscreengenie/a1782fc05cab519ecd1437eefbe0b418081e4118 Fixed now? Yup, fixed. Nice bonus would be to center the “click anywhere” message on the active screen instead of the entire window. Could you please file another wishlist bug for that so I remember to fix it? |