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

command: only avoid redrawing when old and new osd are both hidden #11283

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

christoph-heinrich
Copy link
Contributor

The osd-overlay command didn't trigger a redraw when the overlay was set to hidden.
This is fine when the overlay was already hidden before that, but transitioning from not hidden to hidden requires a redraw.

Closes #10227

The `osd-overlay` command didn't trigger a redraw when the overlay was
set to hidden.
This is fine when the overlay was already hidden before that, but
transitioning from not hidden to hidden requires a redraw.
Copy link
Member

@Dudemanguy Dudemanguy left a comment

Choose a reason for hiding this comment

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

Works fine.

@sfan5 sfan5 merged commit 8f76673 into mpv-player:master Feb 11, 2023
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.

osd_overlay doesn't update in async callback
3 participants