Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

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

@roboticsware

Description

@roboticsware

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions