Skip to content

Fix/telemetry color to hex #13209

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

Merged
merged 1 commit into from
Jul 25, 2025

Conversation

new-tonAA
Copy link

@new-tonAA new-tonAA commented Jul 24, 2025

Description

Fixes a bug in the telemetry color picker dialog where the wrong color value was passed on acceptance.

Changed the onAccepted handler to use selectedColor instead of color to ensure the correct hex color value is used when updating telemetry colors.

Changes

  • Modified colorPickerDialog's onAccepted from:
    onAccepted: updateColorValue(colorIndex, color)
    

Fixes #13216

@DonLakeFlyer
Copy link
Contributor

Can you squash to a single commit so we don't have history of the changes which aren't correct?

@new-tonAA new-tonAA force-pushed the fix/telemetry-color-to-hex branch from fe719de to 6e85f71 Compare July 25, 2025 02:16
@new-tonAA
Copy link
Author

Hi! I’ve squashed the commits into one and rebased on the latest master as you suggested. Please take a look!

@new-tonAA new-tonAA force-pushed the fix/telemetry-color-to-hex branch from 4c09cd2 to 6e85f71 Compare July 25, 2025 02:26
Fixes a bug in the telemetry color picker dialog where the wrong color value was passed on acceptance.

Changed the onAccepted handler to use selectedColor instead of color to ensure the correct hex color value is used when updating telemetry colors.

Changes:
- Modified colorPickerDialog's onAccepted from:
  onAccepted: updateColorValue(colorIndex, color)
@new-tonAA new-tonAA force-pushed the fix/telemetry-color-to-hex branch from 9034fee to 83a60a4 Compare July 25, 2025 02:37
@HTRamsey
Copy link
Collaborator

@new-tonAA I linked an issue to this PR, is that issue the same thing you are referring to?

@DonLakeFlyer
Copy link
Contributor

@new-tonAA Perfect, thanks so much for this

@DonLakeFlyer DonLakeFlyer merged commit 8c15957 into mavlink:master Jul 25, 2025
14 checks passed
@new-tonAA
Copy link
Author

new-tonAA commented Jul 26, 2025 via email

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.

Telemetry Display Colours
3 participants