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 rubberband overlapping #2652

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix rubberband overlapping #2652

wants to merge 2 commits into from

Conversation

belono
Copy link

@belono belono commented Nov 25, 2024

Fixes #2627

This fixes the rubberband (lib.mixins.rubberband) overlapping on each draw, resize or move due to the __drawAndErase() method that is not clearing the old box before moving or resizing the bounding box but drawing another box.

@belono belono marked this pull request as ready for review November 25, 2024 22:09
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

Successfully merging this pull request may close these issues.

wx.lib.mixins.rubberband.py does not clear the DC before resizing/moving the rubberband
1 participant