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

Fix "Painter not active" warning after reloading a track. #11333

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

daschuer
Copy link
Member

@daschuer daschuer commented Mar 6, 2023

I have found this while debugging #11257

getTrackSamples() returns the value from a control object written by the CachingReaderWorker thread and can change at any time. This may violate the new introduced assertion.

@github-actions github-actions bot added the ui label Mar 6, 2023
@daschuer
Copy link
Member Author

daschuer commented Mar 6, 2023

Copy link
Member

@Swiftb0y Swiftb0y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants