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 Python Tutor height after maximization #2991

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

TimonDB
Copy link
Contributor

@TimonDB TimonDB commented Aug 16, 2021

This pull request fixes the height of the Python Tutor after exiting the fullscreen window. When entering fullscreen modus and afterwards exiting, the Python Tutor modal kept the height of the fullscreen modus instead of going back to its standardheight. This is because the data property standardheight was not yet initialized.

Before:
Screenshot from 2021-08-16 16-26-31

After:
Screenshot from 2021-08-16 16-25-59

Closes #2762.

@TimonDB TimonDB requested a review from a team as a code owner August 16, 2021 14:30
@TimonDB TimonDB requested review from bmesuere, niknetniko and chvp and removed request for a team and niknetniko August 16, 2021 14:30
@bmesuere bmesuere merged commit 259f34c into develop Aug 16, 2021
@bmesuere bmesuere deleted the fix/python-tutor-window-height branch August 16, 2021 18:15
@chvp chvp added the bug Something isn't working label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python Tutor before/after maximization
3 participants