Skip to content

fix: resolve 3 UAT3 bugs (custom dialog, bed persistence, highlight checkbox)#12

Merged
kraulerson merged 1 commit intomainfrom
fix/uat-session-3
Apr 8, 2026
Merged

fix: resolve 3 UAT3 bugs (custom dialog, bed persistence, highlight checkbox)#12
kraulerson merged 1 commit intomainfrom
fix/uat-session-3

Conversation

@kraulerson
Copy link
Copy Markdown
Owner

Summary

  • Fix custom bed dialog not reopening when already on Custom (use activated signal instead of currentIndexChanged)
  • Fix bed disappearing on new file load (preserve checked state across enable/disable cycle)
  • Fix highlight checkbox visible when analysis finds no issues (add setVisible(has_issues))

Test Plan

  • 318 tests passing (5 new regression tests)
  • Manual retest of all 3 scenarios confirmed fixed

🤖 Generated with Claude Code

…heckbox)

UAT3-001: switch bed_preset_combo from currentIndexChanged to activated so
re-selecting Custom... when already on Custom still reopens the dialog.
UAT3-002: remove bed_action.setChecked(False) from _set_render_actions_enabled
so the bed overlay survives a new file load.
UAT3-003: call _highlight_checkbox.setVisible(has_issues) in show_analysis
so the checkbox is hidden when analysis reports zero issues.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kraulerson kraulerson merged commit fef5168 into main Apr 8, 2026
2 of 5 checks passed
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.

1 participant