fix: resolve 3 UAT3 bugs (custom dialog, bed persistence, highlight checkbox)#12
Merged
kraulerson merged 1 commit intomainfrom Apr 8, 2026
Merged
fix: resolve 3 UAT3 bugs (custom dialog, bed persistence, highlight checkbox)#12kraulerson merged 1 commit intomainfrom
kraulerson merged 1 commit intomainfrom
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
activatedsignal instead ofcurrentIndexChanged)setVisible(has_issues))Test Plan
🤖 Generated with Claude Code