Skip to content

Fix verb code view losing edits and not updating display on verb switch#1706

Merged
alexwarren merged 1 commit intov5from
v5-1398
May 7, 2026
Merged

Fix verb code view losing edits and not updating display on verb switch#1706
alexwarren merged 1 commit intov5from
v5-1398

Conversation

@alexwarren
Copy link
Copy Markdown
Contributor

When switching verbs while in code view, unsaved script edits were discarded because Populate() replaced m_scripts before saving. The verb table also failed to refresh the edited verb's display string due to ctlMultiControl_Dirty using the newly selected verb's attribute instead of the one being saved.

…ch (#1398)

When switching verbs while in code view, unsaved script edits were discarded
because Populate() replaced m_scripts before saving. The verb table also failed
to refresh the edited verb's display string due to ctlMultiControl_Dirty using
the newly selected verb's attribute instead of the one being saved.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@alexwarren alexwarren merged commit bfee192 into v5 May 7, 2026
@alexwarren alexwarren deleted the v5-1398 branch May 7, 2026 12:20
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