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

ImGuiManager: Defer scale updates #10831

Merged
merged 1 commit into from
Feb 20, 2024
Merged

ImGuiManager: Defer scale updates #10831

merged 1 commit into from
Feb 20, 2024

Conversation

stenzek
Copy link
Contributor

@stenzek stenzek commented Feb 19, 2024

Description of Changes

Fixes OSD spinbox closing on click, and popups closing on window resize.

UpdateScale() was pushing a dummy frame, which would make the popup window inactive -> nav gets reset -> popup gets closed.

Suggested Testing Steps

Make sure big picture mode isn't broken.
Try resizing window with an option popup open.
Try changing the OSD scale via BP mode.

Fixes OSD spinbox closing on click, and popups closing on window resize.
@github-actions github-actions bot added the GS label Feb 19, 2024
Copy link
Contributor

@kamfretoz kamfretoz left a comment

Choose a reason for hiding this comment

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

Works perfectly

@stenzek stenzek merged commit d3c97be into master Feb 20, 2024
22 checks passed
@stenzek stenzek deleted the scale branch February 20, 2024 06:52
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.

4 participants