Skip to content

Correct data type for address in UniverseView::prioText - #389

Open
danielskeenan wants to merge 1 commit into
docsteer:masterfrom
danielskeenan:375-bad-priority-display
Open

Correct data type for address in UniverseView::prioText#389
danielskeenan wants to merge 1 commit into
docsteer:masterfrom
danielskeenan:375-bad-priority-display

Conversation

@danielskeenan

Copy link
Copy Markdown
Contributor

Fixes #375.

UniverseView::prioText() was using an 8-bit unsigned for the address, meaning it would get priority information for (sACN Address - 1) % 256. Change it to an int to match what's used elsewhere.

FWIW this was only a problem in the info display that shows all levels for the selected address, not in the grid display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Per Address Priority Data from Mosaic Controller not displayed.

1 participant