Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store new axis ID when automatically deduced #2414

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

SamuMazzi
Copy link
Contributor

Description:
After v2.0.0, it's been introduced the nomination mvYAxis1/2/3 instead of the classical one mvYAxis. To preserve legacy code it's been implemented a way to support both. This had a little problem because it didn't save the new axis id in configData.axis as pointed out by @v-ein. This has been now fixed.

Closes #2412

Also, remove useless `_dirty` variable from `mvPlotAxisConfig` struct
@hoffstadt hoffstadt merged commit 65c2620 into hoffstadt:master Nov 6, 2024
4 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.

Adding a line to the 2nd y-axis doesn't end up there
2 participants