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

If the executed a part of App is out of a Desktop of Windows OS, the part will be painted to black color. And the black part will be leave permanently without recovery. #2494

Open
roboticsware opened this issue Jan 12, 2024 · 0 comments

Comments

@roboticsware
Copy link

What were you trying to do?

I tried a code at pygame zero mode.

What steps did you take to trigger the issue?

I wrote codes below at pygame zero mode.

TITLE = "Flappy Bird"
WIDTH = 400
HEIGHT = 708

def draw():
    screen.blit('background', (0,0))

And press the Play button to execute it.

What did you expect to happen?

The executed App should be normal.

What actually happened?

If the executed a part of App is out of a Desktop of Windows OS, the part will be painted to black color. And the black part will be leave permanently without recovery.

pygame.zero.mp4

Operating System Version

Windows 10

Mu Version

1.2

Other Info

No response

Editor Log

No response

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

No branches or pull requests

1 participant