Skip to content

UserInputProcessor: consume an IPlotControl instead of a Plot when constructing#4406

Merged
swharden merged 4 commits intomainfrom
4404
Oct 30, 2024
Merged

UserInputProcessor: consume an IPlotControl instead of a Plot when constructing#4406
swharden merged 4 commits intomainfrom
4404

Conversation

@swharden
Copy link
Member

This allows the correct Plot to be acted upon even if IPlotControl.Reset() changes it.

This way access to the underlying Plot is preserved through Reset() events which change the plot.

Resolves #4404
reproduces issue in #4404
@swharden swharden enabled auto-merge (squash) October 30, 2024 00:34
@swharden swharden merged commit 7197006 into main Oct 30, 2024
@swharden swharden deleted the 4404 branch October 30, 2024 00:35
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.

Controls: Reset() does not update the UserInputProcessor

1 participant