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

Update paint.py #74

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Update paint.py #74

merged 1 commit into from
Oct 26, 2024

Commits on May 21, 2024

  1. Update paint.py

    There are a few issues in the code:
    1. The activate_button method is incorrectly using self.activate_button.config instead of self.active_button.config.
    2. The print method should update self.old_x and self.old_y even when they are None.
    Adarshagupta authored May 21, 2024
    Configuration menu
    Copy the full SHA
    d4c9197 View commit details
    Browse the repository at this point in the history