FormsPlot: Fix issue affecting plots on windows that have been closed and reopened#3646
FormsPlot: Fix issue affecting plots on windows that have been closed and reopened#3646swharden merged 16 commits intoScottPlot:mainfrom
Conversation
|
I tested this solution in 2 different applications with different chart types: it works without problems. |
|
Hi @CodeBehemoth, thanks for this fix! I refactored your implementation a bit and moved your example out of the sandbox and into the demo app. I also added a related demo and a few Color niceties to this PR. I'm merging now and these features will be in the next release! 🚀 |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
My proposal to fix this issue is to instantiate the SKControl each time the form is shown.
In this PR: