Page MenuHomeFreeBSD

loader: Fix orb position
ClosedPublic

Authored by manu on Jan 7 2025, 9:40 AM.
Tags
None
Referenced Files
F156935307: D48353.id148965.diff
Sun, May 17, 11:41 AM
F156935284: D48353.id148965.diff
Sun, May 17, 11:41 AM
F156908611: D48353.id148861.diff
Sun, May 17, 6:53 AM
Unknown Object (File)
Sat, May 16, 7:34 PM
Unknown Object (File)
Thu, May 14, 2:40 PM
Unknown Object (File)
Thu, May 14, 9:12 AM
Unknown Object (File)
Thu, May 14, 12:54 AM
Unknown Object (File)
Mon, May 11, 4:49 PM

Details

Reviewers
tsoome
imp
Group Reviewers
Loader
Commits
rG1b4e11713153: loader: Fix orb position
Summary

Fix the orb position to be aligned with the menu

Sponsored by: Beckhoff Automation GmbH & Co. KG

Test Plan

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61535
Build 58419: arc lint + arc unit

Event Timeline

manu requested review of this revision.Jan 7 2025, 9:40 AM
manu added a reviewer: Loader.
This revision is now accepted and ready to land.Jan 7 2025, 10:10 AM
This revision was automatically updated to reflect the committed changes.

It looks like someone has to fix also:
gfx-beastie.lua
gfx-beastiebw.lua
gfx-fbsdbw.lua
gfx-orbbw.lua

See PR 285044
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285044

stand/lua/drawer.lua
473

In the case of gfx-beastie{,bw}.lua switching back to y = 4 fixes the issue reported in bug 285044.