Skip to content

[memory] Show full memory frequency in dialog#1132

Merged
ten9876 merged 1 commit into
aethersdr:mainfrom
jensenpat:bug/memory-dialog-frequency-digits
Apr 11, 2026
Merged

[memory] Show full memory frequency in dialog#1132
ten9876 merged 1 commit into
aethersdr:mainfrom
jensenpat:bug/memory-dialog-frequency-digits

Conversation

@jensenpat

Copy link
Copy Markdown
Collaborator

Summary

  • show memory frequencies with 6 decimal places in the Memory dialog
  • preserve the last 3 digits so the displayed value matches the full stored frequency

Root Cause

The Memory dialog formatted frequencies with only 3 decimal places, which truncated the displayed MHz value and hid the last 3 digits.

Validation

  • confirmed the fix locally in the worktree
  • user reports this fix is working

@jensenpat jensenpat changed the title [codex] Show full memory frequency in dialog [memory] Show full memory frequency in dialog Apr 10, 2026
@jensenpat jensenpat marked this pull request as ready for review April 10, 2026 17:30
@jensenpat jensenpat requested a review from ten9876 as a code owner April 10, 2026 17:30

@aethersdr-agent aethersdr-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good — clean, minimal fix with no issues found.

The one-digit-to-six change is correct: frequencies stored in MHz need 6 decimal places to preserve Hz-level precision (e.g. 14.225000 instead of 14.225). The column sizing is fine — resizeColumnsToContents() at line 281 runs before the minimum-width clamp at line 282, so the wider string will be displayed without truncation.

No out-of-scope changes, no null pointer or resource leak risks. Thanks for the fix @jensenpat.

@ten9876 ten9876 merged commit 8ab675c into aethersdr:main Apr 11, 2026
5 checks passed
@jensenpat jensenpat deleted the bug/memory-dialog-frequency-digits branch April 11, 2026 02:27
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.

2 participants