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 blank window issue when resizing #161

Merged

Conversation

monodera
Copy link
Contributor

@monodera monodera commented Feb 9, 2024

With the matplotlib backend, pyraf window becomes blank when resizing it.
I added self.draw_idle() to prevent it.

This is a hotfix of #157 and PR for #160

… it.

I added `self.draw_idle()` to prevent it.

This is a hotfix of iraf-community#157
@olebole
Copy link
Member

olebole commented Feb 9, 2024

Thank you for the report and the fix! I can confirm that it works on Linux (Debian) as well. There I see some flickering during the resize. This may however be due to the slower graphics.

@olebole olebole merged commit 1301924 into iraf-community:main Feb 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants