-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix transformation for Layout::TopRowFirst #3188
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3188 +/- ##
========================================
Coverage 77.85% 77.86%
========================================
Files 1070 1080 +10
Lines 74893 75341 +448
========================================
+ Hits 58311 58662 +351
- Misses 16582 16679 +97 ☔ View full report in Codecov by Sentry. |
0dd0bd2
to
53df45c
Compare
The error on rawhide looks unrelated:
Also, the (surprisingly similar) Frame snapping error:
|
By way of explanation, the matrix multiplication is creating a function that combines inverting with the supplied transform. And we should be applying |
Commutivity! 😠
Correct. And we apply the transformations by left-multiplication, so our final layout transform needs to be leftmost. Argh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Argh!
Fix transformation for Layout::TopRowFirst
* Merge pull request #3188 from MirServer/laterality Fix transformation for Layout::TopRowFirst * Patch release 2.16.2 changelog --------- Co-authored-by: Christopher James Halse Rogers <chris@cooperteam.net>
* Merge pull request #3188 from MirServer/laterality Fix transformation for Layout::TopRowFirst * Patch release 2.16.2 changelog --------- Co-authored-by: Christopher James Halse Rogers <chris@cooperteam.net> Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
Fixes: #3185